| Package | Description |
|---|---|
| gnu.trove |
GNU Trove: High performance collections for Java.
|
| gnu.trove.decorator |
GNU Trove: Decorators for java.util.{Map,Set} compatability
|
| Constructor and Description | |
|---|---|
TFloatFloatIterator(TFloatFloatHashMap
Creates an iterator over the specified map
|
| Modifier and Type | Field and Description |
|---|---|
protected TFloatFloatHashMap |
TFloatFloatHashMapDecorator._map
the wrapped primitive map
|
| Modifier and Type | Method and Description |
|---|---|
TFloatFloatHashMap |
TFloatFloatHashMapDecorator.getMap()
Returns a reference to the map wrapped by this decorator.
|
| Constructor and Description | |
|---|---|
TFloatFloatHashMapDecorator(TFloatFloatHashMap
Creates a wrapper that decorates the specified primitive map.
|