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