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