Uses of Class
org.knowceans.map.HashMultiMap

Packages that use HashMultiMap
org.knowceans.map   
 

Uses of HashMultiMap in org.knowceans.map
 

Subclasses of HashMultiMap in org.knowceans.map
 class InvertibleHashMultiMap<X,Y>
          This object maps each key to a Set of values and holds each member of this Set as a link to a Set of keys, i.e., depicts a IMultiMap (object -> set) with an inverse IMultiMap.
 

Constructors in org.knowceans.map with parameters of type HashMultiMap
InvertibleTreeMultiMap(java.util.Map m, HashMultiMap<Y,X> inverse)