Uses of Package
org.knowceans.map

Packages that use org.knowceans.map
org.knowceans.map   
 

Classes in org.knowceans.map used by org.knowceans.map
HashMultiMap
          Implementation of the IMultiMap interface backed by a HashMap.
IBijectiveMap
          IBijectiveMap is a map that keeps an inverse to implement an one-to-one relation.
IInvertibleMap
          A map that can be inverted in that keys then are values and vice versa.
IInvertibleMultiMap
          IInvertibleMultiMap
IMultiMap
          A Map that maps from K to a set of V.
IndexRanking
          IndexSorter is a convenience class that sorts Integer indices (values) by their scores (keys).
IndexRanking.IndexEntry
           
InvertibleTreeMultiMap
          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.
IPatternMap
          Implemented by classes that allow to search for patterns in their keys.
RankingMap
          RankingMap allows sorting of two lists of items simultaneously.
RankingMap.RankEntry
          RankEntry is a special pendent to Map.Entry with a wider purpose and validity also after change of the RankingMap
TreeMultiMap
          Implementation of the IMultiMap interface backed by a TreeMap.