| Package | Description |
|---|---|
| gnu.trove |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected TObjectHash |
THashIterator._hash |
protected TObjectHash |
TObjectHashIterator._objectHash |
| Constructor and Description |
|---|
THashIterator(TObjectHash hash)
Create an instance of THashIterator over the values of the TObjectHash
|
TObjectHashIterator(TObjectHash hash) |