| 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 |
|---|---|
TObjectLongHashMap |
TObjectLongHashMap.clone()
|
| Constructor and Description | |
|---|---|
TObjectLongIterator(TObjectLongHashMap
|
| Modifier and Type | Field and Description |
|---|---|
protected TObjectLongHashMap |
TObjectLongHashMapDecorator._map
the wrapped primitive map
|
| Modifier and Type | Method and Description |
|---|---|
TObjectLongHashMap |
TObjectLongHashMapDecorator.getMap()
Returns a reference to the map wrapped by this decorator.
|
| Constructor and Description | |
|---|---|
TObjectLongHashMapDecorator(TObjectLongHashMap
Creates a wrapper that decorates the specified primitive map.
|