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