| Package | Description |
|---|---|
| gnu.trove |
GNU Trove: High performance collections for Java.
|
| gnu.trove.decorator |
GNU Trove: Decorators for java.util.{Map,Set} compatability
|
| Modifier and Type | Method and Description |
|---|---|
TLongObjectHashMap |
TLongObjectHashMap.clone()
|
| Constructor and Description | |
|---|---|
TLongObjectIterator(TLongObjectHashMap
Creates an iterator over the specified map
|
| Modifier and Type | Field and Description |
|---|---|
protected TLongObjectHashMap |
TLongObjectHashMapDecorator._map
the wrapped primitive map
|
| Modifier and Type | Method and Description |
|---|---|
TLongObjectHashMap |
TLongObjectHashMapDecorator.getMap()
Returns a reference to the map wrapped by this decorator.
|
| Constructor and Description | |
|---|---|
TLongObjectHashMapDecorator(TLongObjectHashMap
Creates a wrapper that decorates the specified primitive map.
|