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 |
---|---|---|
ImmutableLongByteMap |
ImmutableLongByteMapFactory.ofAll(LongByteMap map) |
|
MutableLongByteMap |
MutableLongByteMapFactory.ofAll(LongByteMap map) |
|
ImmutableLongByteMap |
ImmutableLongByteMapFactory.withAll(LongByteMap map) |
|
MutableLongByteMap |
MutableLongByteMapFactory.withAll(LongByteMap map) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ImmutableLongByteMap |
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
MutableLongByteMap |
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
LongByteMap |
ByteLongMap.flipUniqueValues() |
Return the LongByteMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
LongByteMap |
LongByteMap.reject(LongBytePredicate predicate) |
|
LongByteMap |
LongByteMap.select(LongBytePredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
void |
MutableLongByteMap.putAll(LongByteMap map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableLongByteMap |
ImmutableLongByteMapFactoryImpl.ofAll(LongByteMap map) |
|
ImmutableLongByteMap |
ImmutableLongByteMapFactoryImpl.withAll(LongByteMap map) |
Modifier and Type | Class | Description |
---|---|---|
class |
LongByteHashMap |
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedLongByteMap |
A synchronized view of a
MutableLongByteMap . |
class |
UnmodifiableLongByteMap |
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
MutableLongByteMap |
MutableLongByteMapFactoryImpl.ofAll(LongByteMap map) |
|
void |
LongByteHashMap.putAll(LongByteMap map) |
|
void |
SynchronizedLongByteMap.putAll(LongByteMap map) |
|
void |
UnmodifiableLongByteMap.putAll(LongByteMap map) |
|
MutableLongByteMap |
MutableLongByteMapFactoryImpl.withAll(LongByteMap map) |
Constructor | Description |
---|---|
LongByteHashMap(LongByteMap map) |
Copyright © 2004–2017. All rights reserved.