| Package | Description |
|---|---|
| gnu.trove | |
| gnu.trove.decorator | |
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.custom_hash | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
static <K> TObjectFloatMap |
TCollections.synchronizedMap(TObjectFloatMap
Returns a synchronized (thread-safe) Trove map backed by the specified map.
|
static <K> TObjectFloatMap |
TCollections.unmodifiableMap(TObjectFloatMap
Returns an unmodifiable view of the specified Trove Object/primitive map.
|
| Modifier and Type | Method and Description |
|---|---|
static <K> TObjectFloatMap |
TCollections.synchronizedMap(TObjectFloatMap
Returns a synchronized (thread-safe) Trove map backed by the specified map.
|
static <K> TObjectFloatMap |
TCollections.unmodifiableMap(TObjectFloatMap
Returns an unmodifiable view of the specified Trove Object/primitive map.
|
static <T> Map |
TDecorators.wrap(TObjectFloatMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected TObjectFloatMap |
TObjectFloatMapDecorator._map
the wrapped primitive map
|
| Modifier and Type | Method and Description |
|---|---|
TObjectFloatMap |
TObjectFloatMapDecorator.getMap()
Returns a reference to the map wrapped by this decorator.
|
| Constructor and Description | |
|---|---|
TObjectFloatMapDecorator(TObjectFloatMap
Creates a wrapper that decorates the specified primitive map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TSynchronizedObjectFloatMap<K>
|
| Modifier and Type | Method and Description |
|---|---|
void |
TSynchronizedObjectFloatMap.putAll(TObjectFloatMap
|
| Constructor and Description | |
|---|---|
TSynchronizedObjectFloatMap(TObjectFloatMap
|
|
TSynchronizedObjectFloatMap(TObjectFloatMap
|
| Modifier and Type | Class and Description |
|---|---|
class |
TUnmodifiableObjectFloatMap<K>
|
| Modifier and Type | Method and Description |
|---|---|
void |
TUnmodifiableObjectFloatMap.putAll(TObjectFloatMap
|
| Constructor and Description | |
|---|---|
TUnmodifiableObjectFloatMap(TObjectFloatMap
|
| Modifier and Type | Method and Description |
|---|---|
void |
TObjectFloatMap.putAll(TObjectFloatMap
Put all the entries from the given map into this map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TObjectFloatCustomHashMap<K>
An open addressed Map implementation for Object keys and float values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TObjectFloatCustomHashMap.putAll(TObjectFloatMap
Put all the entries from the given map into this map.
|
| Constructor and Description | |
|---|---|
TObjectFloatCustomHashMap(HashingStrategy
Creates a new
TObjectFloatCustomHashMap that contains the entries in the map passed to it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TObjectFloatHashMap<K>
An open addressed Map implementation for Object keys and float values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TObjectFloatHashMap.putAll(TObjectFloatMap
Put all the entries from the given map into this map.
|
| Constructor and Description | |
|---|---|
TObjectFloatHashMap(TObjectFloatMap
Creates a new
TObjectFloatHashMap that contains the entries in the map passed to it.
|