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