| Package | Description |
|---|---|
| gnu.trove | |
| gnu.trove.decorator |
| Modifier and Type | Field and Description |
|---|---|
private TObjectLongHashMap |
TObjectLongIterator._map |
private TObjectLongHashMap |
TObjectLongHashMap.EqProcedure._otherMap |
| Constructor and Description |
|---|
TObjectLongHashMap.EqProcedure(TObjectLongHashMap otherMap) |
TObjectLongIterator(TObjectLongHashMap map) |
| Modifier and Type | Field and Description |
|---|---|
protected TObjectLongHashMap |
TObjectLongHashMapDecorator._map
the wrapped primitive map
|
| Constructor and Description |
|---|
TObjectLongHashMapDecorator(TObjectLongHashMap map)
Creates a wrapper that decorates the specified primitive map.
|