All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oplan.util.MultiHashtable

java.lang.Object
   |
   +----java.util.Dictionary
           |
           +----java.util.Hashtable
                   |
                   +----oplan.util.MultiHashtable

public class MultiHashtable
extends Hashtable
A MultiHashtable is (by weak analogy with "multiset") a Hashtable that maps each key to a collection of values. For now, the collection will always be a Vector, and there'll be no check for duplicate values. Eventually, this should be generalized.


Constructor Index

 o MultiHashtable()

Method Index

 o put(Object, Object)

Constructors

 o MultiHashtable
 public MultiHashtable()

Methods

 o put
 public synchronized Object put(Object key,
                                Object value)
Overrides:
put in class Hashtable

All Packages  Class Hierarchy  This Package  Previous  Next  Index