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