| Package | Description |
|---|---|
| gnu.trove | |
| gnu.trove.decorator | |
| gnu.trove.impl.sync | |
| gnu.trove.impl.unmodifiable | |
| gnu.trove.map | |
| gnu.trove.map.custom_hash | |
| gnu.trove.map.hash |
| Modifier and Type | Method and Description |
|---|---|
static <K> TObjectByteMap |
TCollections.synchronizedMap(TObjectByteMap
Returns a synchronized (thread-safe) Trove map backed by the specified map.
|
static <K> TObjectByteMap |
TCollections.unmodifiableMap(TObjectByteMap
Returns an unmodifiable view of the specified Trove Object/primitive map.
|
| Modifier and Type | Method and Description |
|---|---|
static <K> TObjectByteMap |
TCollections.synchronizedMap(TObjectByteMap
Returns a synchronized (thread-safe) Trove map backed by the specified map.
|
static <K> TObjectByteMap |
TCollections.unmodifiableMap(TObjectByteMap
Returns an unmodifiable view of the specified Trove Object/primitive map.
|
static <T> Map |
TDecorators.wrap(TObjectByteMap
Wrap the given map in a decorator that uses the standard
Map interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected TObjectByteMap |
TObjectByteMapDecorator._map
the wrapped primitive map
|
| Modifier and Type | Method and Description |
|---|---|
TObjectByteMap |
TObjectByteMapDecorator.getMap()
Returns a reference to the map wrapped by this decorator.
|
| Constructor and Description | |
|---|---|
TObjectByteMapDecorator(TObjectByteMap
Creates a wrapper that decorates the specified primitive map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TSynchronizedObjectByteMap<K>
|
| Modifier and Type | Method and Description |
|---|---|
void |
TSynchronizedObjectByteMap.putAll(TObjectByteMap
|
| Constructor and Description | |
|---|---|
TSynchronizedObjectByteMap(TObjectByteMap
|
|
TSynchronizedObjectByteMap(TObjectByteMap
|
| Modifier and Type | Class and Description |
|---|---|
class |
TUnmodifiableObjectByteMap<K>
|
| Modifier and Type | Method and Description |
|---|---|
void |
TUnmodifiableObjectByteMap.putAll(TObjectByteMap
|
| Constructor and Description | |
|---|---|
TUnmodifiableObjectByteMap(TObjectByteMap
|
| Modifier and Type | Method and Description |
|---|---|
void |
TObjectByteMap.putAll(TObjectByteMap
Put all the entries from the given map into this map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TObjectByteCustomHashMap<K>
An open addressed Map implementation for Object keys and byte values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TObjectByteCustomHashMap.putAll(TObjectByteMap
Put all the entries from the given map into this map.
|
| Constructor and Description | |
|---|---|
TObjectByteCustomHashMap(HashingStrategy
Creates a new
TObjectByteCustomHashMap that contains the entries in the map passed to it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TObjectByteHashMap<K>
An open addressed Map implementation for Object keys and byte values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TObjectByteHashMap.putAll(TObjectByteMap
Put all the entries from the given map into this map.
|
| Constructor and Description | |
|---|---|
TObjectByteHashMap(TObjectByteMap
Creates a new
TObjectByteHashMap that contains the entries in the map passed to it.
|