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