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