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