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