|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntSortedMap | |
---|---|
prefuse.data.util | Utility classes for supporting prefuse data structures, including indexes, iterators, filters, and column projections. |
prefuse.util.collections | Utility classes providing useful data structures not present in the Java Collections framework. |
Uses of IntSortedMap in prefuse.data.util |
---|
Fields in prefuse.data.util declared as IntSortedMap | |
---|---|
protected IntSortedMap |
TreeIndex.m_index
|
Uses of IntSortedMap in prefuse.util.collections |
---|
Subinterfaces of IntSortedMap in prefuse.util.collections | |
---|---|
interface |
BooleanIntSortedMap
Sorted map that maps from a boolean key to an int value. |
interface |
DoubleIntSortedMap
Sorted map that maps from a double key to an int value. |
interface |
FloatIntSortedMap
Sorted map that maps from a float key to an int value. |
interface |
IntIntSortedMap
Sorted map that maps from an int key to an int value. |
interface |
LongIntSortedMap
Sorted map that maps from a long key to an int value. |
interface |
ObjectIntSortedMap
Sorted map that maps from an Object key to an int value. |
Classes in prefuse.util.collections that implement IntSortedMap | |
---|---|
class |
AbstractTreeMap
Abstract base class for red-black trees that map a key value to an int value. |
class |
BooleanIntBitSetMap
Sorted map implementation using bit vectors to map from boolean keys to int values. |
class |
DoubleIntTreeMap
Sorted map implementation using a red-black tree to map from double keys to int values. |
class |
FloatIntTreeMap
Sorted map implementation using a red-black tree to map from float keys to int values. |
class |
IntIntTreeMap
Sorted map implementation using a red-black tree to map from int keys to int values. |
class |
LongIntTreeMap
Sorted map implementation using a red-black tree to map from long keys to int values. |
class |
ObjectIntTreeMap
Sorted map implementation using a red-black tree to map from Object keys to int values. |
Methods in prefuse.util.collections that return IntSortedMap | |
---|---|
static IntSortedMap |
SortedMapFactory.getMap(java.lang.Class type,
java.util.Comparator cmp,
boolean unique)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |