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 |
---|---|
MutableLongByteMap |
MutableLongByteMapFactory.ofAll(LongByteMap map)
|
ImmutableLongByteMap |
ImmutableLongByteMapFactory.ofAll(LongByteMap map)
|
MutableLongByteMap |
MutableLongByteMapFactory.withAll(LongByteMap map) |
ImmutableLongByteMap |
ImmutableLongByteMapFactory.withAll(LongByteMap map) |
Modifier and Type | Interface and 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 and Description |
---|---|
LongByteMap |
LongByteMap.reject(LongBytePredicate predicate) |
LongByteMap |
LongByteMap.select(LongBytePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
void |
MutableLongByteMap.putAll(LongByteMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableLongByteMap |
ImmutableLongByteMapFactoryImpl.ofAll(LongByteMap map) |
ImmutableLongByteMap |
ImmutableLongByteMapFactoryImpl.withAll(LongByteMap map) |
Modifier and Type | Class and 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 and Description |
---|---|
MutableLongByteMap |
MutableLongByteMapFactoryImpl.ofAll(LongByteMap map) |
void |
SynchronizedLongByteMap.putAll(LongByteMap map) |
void |
LongByteHashMap.putAll(LongByteMap map) |
void |
UnmodifiableLongByteMap.putAll(LongByteMap map) |
MutableLongByteMap |
MutableLongByteMapFactoryImpl.withAll(LongByteMap map) |
Constructor and Description |
---|
LongByteHashMap(LongByteMap map) |
Copyright © 2004–2016. All rights reserved.