Package | Description |
---|---|
org.eclipse.collections.api.factory.map.primitive | |
org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
org.eclipse.collections.impl.map.immutable.primitive |
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortByteMap |
ImmutableShortByteMapFactory.ofAll(ShortByteMap map) |
|
MutableShortByteMap |
MutableShortByteMapFactory.ofAll(ShortByteMap map) |
|
ImmutableShortByteMap |
ImmutableShortByteMapFactory.withAll(ShortByteMap map) |
|
MutableShortByteMap |
MutableShortByteMapFactory.withAll(ShortByteMap map) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ImmutableShortByteMap |
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
MutableShortByteMap |
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
ShortByteMap |
ByteShortMap.flipUniqueValues() |
Return the ShortByteMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
ShortByteMap |
ShortByteMap.reject(ShortBytePredicate predicate) |
|
ShortByteMap |
ShortByteMap.select(ShortBytePredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
void |
MutableShortByteMap.putAll(ShortByteMap map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortByteMap |
ImmutableShortByteMapFactoryImpl.ofAll(ShortByteMap map) |
|
ImmutableShortByteMap |
ImmutableShortByteMapFactoryImpl.withAll(ShortByteMap map) |
Modifier and Type | Class | Description |
---|---|---|
class |
ShortByteHashMap |
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedShortByteMap |
A synchronized view of a
MutableShortByteMap . |
class |
UnmodifiableShortByteMap |
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
MutableShortByteMap |
MutableShortByteMapFactoryImpl.ofAll(ShortByteMap map) |
|
void |
ShortByteHashMap.putAll(ShortByteMap map) |
|
void |
SynchronizedShortByteMap.putAll(ShortByteMap map) |
|
void |
UnmodifiableShortByteMap.putAll(ShortByteMap map) |
|
MutableShortByteMap |
MutableShortByteMapFactoryImpl.withAll(ShortByteMap map) |
Constructor | Description |
---|---|
ShortByteHashMap(ShortByteMap map) |
Copyright © 2004–2019. All rights reserved.