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