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