Uses of Class
org.knowceans.map.TreeMultiMap

Packages that use TreeMultiMap
org.knowceans.map   
 

Uses of TreeMultiMap in org.knowceans.map
 

Subclasses of TreeMultiMap in org.knowceans.map
 class IndexRanking
          IndexSorter is a convenience class that sorts Integer indices (values) by their scores (keys).
 class InvertibleTreeMultiMap<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.
 class RankingMap<K,V>
          RankingMap allows sorting of two lists of items simultaneously.