Package | Description |
---|---|
prefuse.util.collections |
Utility classes providing useful data structures not present in the Java
Collections framework.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLiteralComparator
Default LiteralComparator implementation that uses the natural ordering
of all data types for comparing values.
|
Modifier and Type | Field and Description |
---|---|
protected LiteralComparator |
AbstractTreeMap.cmp |
Constructor and Description |
---|
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 ? 2013 Regents of the University of California