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