| Package | Description |
|---|---|
| gnu.trove.map.custom_hash | |
| gnu.trove.map.hash | |
| gnu.trove.set.hash |
| 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.
|
| 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.
|