Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected IntSortedMap |
TreeIndex.m_index |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static IntSortedMap |
SortedMapFactory.getMap(java.lang.Class type,
java.util.Comparator cmp,
boolean unique) |
Copyright ? 2013 Regents of the University of California