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 and Description |
---|---|
MutableShortByteMap |
MutableShortByteMapFactory.ofAll(ShortByteMap map)
|
ImmutableShortByteMap |
ImmutableShortByteMapFactory.ofAll(ShortByteMap map)
|
MutableShortByteMap |
MutableShortByteMapFactory.withAll(ShortByteMap map) |
ImmutableShortByteMap |
ImmutableShortByteMapFactory.withAll(ShortByteMap map) |
Modifier and Type | Interface and 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 and Description |
---|---|
ShortByteMap |
ShortByteMap.reject(ShortBytePredicate predicate) |
ShortByteMap |
ShortByteMap.select(ShortBytePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
void |
MutableShortByteMap.putAll(ShortByteMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableShortByteMap |
ImmutableShortByteMapFactoryImpl.ofAll(ShortByteMap map) |
ImmutableShortByteMap |
ImmutableShortByteMapFactoryImpl.withAll(ShortByteMap map) |
Modifier and Type | Class and 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 and 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 and Description |
---|
ShortByteHashMap(ShortByteMap map) |
Copyright © 2004–2016. All rights reserved.