| Package | Description |
|---|---|
| gnu.trove | |
| gnu.trove.decorator |
| Modifier and Type | Field and Description |
|---|---|
private TLongObjectHashMap |
TLongObjectIterator._map
the collection being iterated over
|
private TLongObjectHashMap |
TLongObjectHashMap.EqProcedure._otherMap |
| Constructor and Description |
|---|
TLongObjectHashMap.EqProcedure(TLongObjectHashMap otherMap) |
TLongObjectIterator(TLongObjectHashMap map)
Creates an iterator over the specified map
|
| Modifier and Type | Field and Description |
|---|---|
protected TLongObjectHashMap |
TLongObjectHashMapDecorator._map
the wrapped primitive map
|
| Constructor and Description |
|---|
TLongObjectHashMapDecorator(TLongObjectHashMap map)
Creates a wrapper that decorates the specified primitive map.
|