| Package | Description |
|---|---|
| gnu.trove | |
| gnu.trove.decorator | |
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
static TFloatFloatMap |
TCollections.synchronizedMap(TFloatFloatMap
Returns a synchronized (thread-safe) Trove map backed by the specified map.
|
static TFloatFloatMap |
TCollections.unmodifiableMap(TFloatFloatMap
Returns an unmodifiable view of the specified Trove primitive/primitive map.
|
| Modifier and Type | Method and Description |
|---|---|
static TFloatFloatMap |
TCollections.synchronizedMap(TFloatFloatMap
Returns a synchronized (thread-safe) Trove map backed by the specified map.
|
static TFloatFloatMap |
TCollections.unmodifiableMap(TFloatFloatMap
Returns an unmodifiable view of the specified Trove primitive/primitive map.
|
static Map |
TDecorators.wrap(TFloatFloatMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected TFloatFloatMap |
TFloatFloatMapDecorator._map
the wrapped primitive map
|
| Modifier and Type | Method and Description |
|---|---|
TFloatFloatMap |
TFloatFloatMapDecorator.getMap()
Returns a reference to the map wrapped by this decorator.
|
| Constructor and Description | |
|---|---|
TFloatFloatMapDecorator(TFloatFloatMap
Creates a wrapper that decorates the specified primitive map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TSynchronizedFloatFloatMap
|
| Modifier and Type | Method and Description |
|---|---|
void |
TSynchronizedFloatFloatMap.putAll(TFloatFloatMap
|
| Constructor and Description | |
|---|---|
TSynchronizedFloatFloatMap(TFloatFloatMap
|
|
TSynchronizedFloatFloatMap(TFloatFloatMap
|
| Modifier and Type | Class and Description |
|---|---|
class |
TUnmodifiableFloatFloatMap
|
| Modifier and Type | Method and Description |
|---|---|
void |
TUnmodifiableFloatFloatMap.putAll(TFloatFloatMap
|
| Constructor and Description | |
|---|---|
TUnmodifiableFloatFloatMap(TFloatFloatMap
|
| Modifier and Type | Method and Description |
|---|---|
void |
TFloatFloatMap.putAll(TFloatFloatMap
Put all the entries from the given map into this map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TFloatFloatHashMap
An open addressed Map implementation for float keys and float values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TFloatFloatHashMap.putAll(TFloatFloatMap
Put all the entries from the given map into this map.
|
| Constructor and Description | |
|---|---|
TFloatFloatHashMap(TFloatFloatMap
Creates a new
TFloatFloatHashMap instance containing all of the entries in the map passed in.
|