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