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