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