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