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 |
IntObjectHashMap
Hash map holding (key,value) associations of type (int-->Object);
Automatically grows and shrinks as needed; Implemented using open addressing
with double hashing.
|
Copyright ? 2013 Regents of the University of California