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