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