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