Package | Description |
---|---|
gnu.trove |
Modifier and Type | Class | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
TObjectHash<T> |
TObjectHash.clone() |
GNU Trove is copyright ? 2001-2009 Eric D. Friedman. All Rights Reserved.