com.ch.odi.common
Class Hashes
java.lang.Object
|
+--com.ch.odi.common.Hashes
- public class Hashes
- extends Object
Description: This class contains static functions that operate on Hashtables
and similar objects.
Copyright: Copyright (c) 2002 Ortwin Glück
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Hashes
public Hashes()
multiKeyPut
public static void multiKeyPut(Hashtable ht,
Collection keys,
Object value)
- Inserts multiple keys with the same value into a hashtable.
- Parameters:
ht - The hashtable to insert intokeys - The keys to insertvalue - The constant value