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