Uses of Interface
prefuse.util.collections.LiteralComparator

Packages that use LiteralComparator
prefuse.util.collections Utility classes providing useful data structures not present in the Java Collections framework. 
 

Uses of LiteralComparator in prefuse.util.collections
 

Classes in prefuse.util.collections that implement LiteralComparator
 class DefaultLiteralComparator
          Default LiteralComparator implementation that uses the natural ordering of all data types for comparing values.
 

Fields in prefuse.util.collections declared as LiteralComparator
protected  LiteralComparator AbstractTreeMap.cmp
           
 

Constructors in prefuse.util.collections with parameters of type LiteralComparator
AbstractTreeMap(LiteralComparator comparator, boolean allowDuplicates)
           
DoubleIntTreeMap(LiteralComparator comparator)
           
DoubleIntTreeMap(LiteralComparator comparator, boolean allowDuplicates)
           
FloatIntTreeMap(LiteralComparator comparator)
           
FloatIntTreeMap(LiteralComparator comparator, boolean allowDuplicates)
           
IntIntTreeMap(LiteralComparator comparator)
           
IntIntTreeMap(LiteralComparator comparator, boolean allowDuplicates)
           
LongIntTreeMap(LiteralComparator comparator)
           
LongIntTreeMap(LiteralComparator comparator, boolean allowDuplicates)
           
 



Copyright © 2007 Regents of the University of California