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