| Package | Description |
|---|---|
| gnu.trove.impl.hash | |
| gnu.trove.iterator.hash | |
| gnu.trove.map.custom_hash | |
| gnu.trove.map.hash | |
| gnu.trove.set.hash |
| Modifier and Type | Class and Description |
|---|---|
class |
TCustomObjectHash<T>
An open addressed hashing implementation for Object types.
|
| Constructor and Description | |
|---|---|
THashIterator(TObjectHash
Create an instance of THashIterator over the values of the TObjectHash
|
| Modifier and Type | Field and Description |
|---|---|
protected TObjectHash |
TObjectHashIterator._objectHash
|
| Constructor and Description | |
|---|---|
TObjectHashIterator(TObjectHash
|
| Modifier and Type | Class and Description |
|---|---|
class |
TObjectByteCustomHashMap<K>
An open addressed Map implementation for Object keys and byte values.
|
class |
TObjectCharCustomHashMap<K>
An open addressed Map implementation for Object keys and char values.
|
class |
TObjectDoubleCustomHashMap<K>
An open addressed Map implementation for Object keys and double values.
|
class |
TObjectFloatCustomHashMap<K>
An open addressed Map implementation for Object keys and float values.
|
class |
TObjectIntCustomHashMap<K>
An open addressed Map implementation for Object keys and int values.
|
class |
TObjectLongCustomHashMap<K>
An open addressed Map implementation for Object keys and long values.
|
class |
TObjectShortCustomHashMap<K>
An open addressed Map implementation for Object keys and short values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TCustomHashMap<K
An implementation of the Map interface which uses an open addressed hash table to store its contents.
|
class |
THashMap<K
An implementation of the Map interface which 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 |
TObjectCharHashMap<K>
An open addressed Map implementation for Object keys and char 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TCustomHashSet<E>
An implementation of the
Set interface that 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 |
TLinkedHashSet<E>
Created by IntelliJ IDEA.
|