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