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