| Package | Description |
|---|---|
| gnu.trove | |
| gnu.trove.decorator |
| Modifier and Type | Field and Description |
|---|---|
private TObjectIntHashMap |
TObjectIntIterator._map |
private TObjectIntHashMap |
TObjectIntHashMap.EqProcedure._otherMap |
| Constructor and Description |
|---|
TObjectIntHashMap.EqProcedure(TObjectIntHashMap otherMap) |
TObjectIntIterator(TObjectIntHashMap map) |
| Modifier and Type | Field and Description |
|---|---|
protected TObjectIntHashMap |
TObjectIntHashMapDecorator._map
the wrapped primitive map
|
| Constructor and Description |
|---|
TObjectIntHashMapDecorator(TObjectIntHashMap map)
Creates a wrapper that decorates the specified primitive map.
|