| 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 <V> TFloatObjectMap |
TCollections.synchronizedMap(TFloatObjectMap
Returns a synchronized (thread-safe) Trove map backed by the specified map.
|
static <V> TFloatObjectMap |
TCollections.unmodifiableMap(TFloatObjectMap
Returns an unmodifiable view of the specified Trove primitive/Object map.
|
| Modifier and Type | Method and Description |
|---|---|
static <V> TFloatObjectMap |
TCollections.synchronizedMap(TFloatObjectMap
Returns a synchronized (thread-safe) Trove map backed by the specified map.
|
static <V> TFloatObjectMap |
TCollections.unmodifiableMap(TFloatObjectMap
Returns an unmodifiable view of the specified Trove primitive/Object map.
|
static <T> Map |
TDecorators.wrap(TFloatObjectMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected TFloatObjectMap |
TFloatObjectMapDecorator._map
the wrapped primitive map
|
| Modifier and Type | Method and Description |
|---|---|
TFloatObjectMap |
TFloatObjectMapDecorator.getMap()
Returns a reference to the map wrapped by this decorator.
|
| Constructor and Description | |
|---|---|
TFloatObjectMapDecorator(TFloatObjectMap
Creates a wrapper that decorates the specified primitive map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TSynchronizedFloatObjectMap<V>
|
| Modifier and Type | Method and Description |
|---|---|
void |
TSynchronizedFloatObjectMap.putAll(TFloatObjectMap
|
| Constructor and Description | |
|---|---|
TSynchronizedFloatObjectMap(TFloatObjectMap
|
|
TSynchronizedFloatObjectMap(TFloatObjectMap
|
| Modifier and Type | Class and Description |
|---|---|
class |
TUnmodifiableFloatObjectMap<V>
|
| Modifier and Type | Method and Description |
|---|---|
void |
TUnmodifiableFloatObjectMap.putAll(TFloatObjectMap
|
| Constructor and Description | |
|---|---|
TUnmodifiableFloatObjectMap(TFloatObjectMap
|
| Modifier and Type | Method and Description |
|---|---|
void |
TFloatObjectMap.putAll(TFloatObjectMap
Put all the entries from the given map into this map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TFloatObjectHashMap<V>
An open addressed Map implementation for float keys and Object values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TFloatObjectHashMap.putAll(TFloatObjectMap
Put all the entries from the given map into this map.
|
| Constructor and Description | |
|---|---|
TFloatObjectHashMap(TFloatObjectMap
Creates a new
TFloatObjectHashMap that contains the entries in the map passed to it.
|