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