|
GNU Trove | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TObjectHash | |
---|---|
gnu.trove | GNU Trove: High performance collections for Java. |
Uses of TObjectHash in gnu.trove |
---|
Subclasses of TObjectHash in gnu.trove | |
---|---|
class |
THashMap<K,V>
An implementation of the Map interface which uses an open addressed hash table to store its contents. |
class |
THashSet<E>
An implementation of the Set interface that uses an open-addressed hash table to store its contents. |
class |
TObjectByteHashMap<K>
An open addressed Map implementation for Object keys and byte values. |
class |
TObjectDoubleHashMap<K>
An open addressed Map implementation for Object keys and double values. |
class |
TObjectFloatHashMap<K>
An open addressed Map implementation for Object keys and float values. |
class |
TObjectIntHashMap<K>
An open addressed Map implementation for Object keys and int values. |
class |
TObjectLongHashMap<K>
An open addressed Map implementation for Object keys and long values. |
class |
TObjectShortHashMap<K>
An open addressed Map implementation for Object keys and short values. |
Methods in gnu.trove that return TObjectHash | |
---|---|
TObjectHash<T> |
TObjectHash.clone()
|
|
GNU Trove | |||||||||
PREV NEXT | FRAMES NO FRAMES |