|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TObjectHash | |
---|---|
gnu.trove |
Uses of TObjectHash in gnu.trove |
---|
Subclasses of TObjectHash in gnu.trove | |
---|---|
class |
THashMap
An implementation of the Map interface which uses an open addressed hash table to store its contents. |
class |
THashSet
An implementation of the Set interface that uses an open-addressed hash table to store its contents. |
class |
TObjectDoubleHashMap
An open addressed Map implementation for Object keys and double values. |
class |
TObjectFloatHashMap
An open addressed Map implementation for Object keys and float values. |
class |
TObjectIntHashMap
An open addressed Map implementation for Object keys and int values. |
class |
TObjectLongHashMap
An open addressed Map implementation for Object keys and long values. |
Fields in gnu.trove declared as TObjectHash | |
---|---|
protected TObjectHash |
THashIterator._hash
|
protected TObjectHash |
TObjectHashIterator._objectHash
|
Constructors in gnu.trove with parameters of type TObjectHash | |
---|---|
THashIterator(TObjectHash hash)
Create an instance of THashIterator over the values of the TObjectHash |
|
TObjectHashIterator(TObjectHash hash)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |