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