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