Uses of Interface
org.knowceans.map.IPatternMap

Packages that use IPatternMap
org.knowceans.map   
 

Uses of IPatternMap in org.knowceans.map
 

Classes in org.knowceans.map that implement IPatternMap
 class HashMultiMap<X,Y>
          Implementation of the IMultiMap interface backed by a HashMap.
 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.
 class PatternTreeMultiMap<X,Y>
          Implementation of the IMultiMap interface backed by a TreeMap.