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