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