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


Constructor Summary
Hashes()
           
 
Method Summary
static void multiKeyPut(Hashtable ht, Collection keys, Object value)
          Inserts multiple keys with the same value into a hashtable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hashes

public Hashes()
Method Detail

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 into
keys - The keys to insert
value - The constant value