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