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 |
---|---|
MutableDoubleByteMap |
MutableDoubleByteMapFactory.ofAll(DoubleByteMap map)
|
ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactory.ofAll(DoubleByteMap map)
|
MutableDoubleByteMap |
MutableDoubleByteMapFactory.withAll(DoubleByteMap map) |
ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactory.withAll(DoubleByteMap map) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableDoubleByteMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
MutableDoubleByteMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
DoubleByteMap |
DoubleByteMap.reject(DoubleBytePredicate predicate) |
DoubleByteMap |
DoubleByteMap.select(DoubleBytePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
void |
MutableDoubleByteMap.putAll(DoubleByteMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactoryImpl.ofAll(DoubleByteMap map) |
ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactoryImpl.withAll(DoubleByteMap map) |
Modifier and Type | Class and Description |
---|---|
class |
DoubleByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedDoubleByteMap
A synchronized view of a
MutableDoubleByteMap . |
class |
UnmodifiableDoubleByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableDoubleByteMap |
MutableDoubleByteMapFactoryImpl.ofAll(DoubleByteMap map) |
void |
SynchronizedDoubleByteMap.putAll(DoubleByteMap map) |
void |
DoubleByteHashMap.putAll(DoubleByteMap map) |
void |
UnmodifiableDoubleByteMap.putAll(DoubleByteMap map) |
MutableDoubleByteMap |
MutableDoubleByteMapFactoryImpl.withAll(DoubleByteMap map) |
Constructor and Description |
---|
DoubleByteHashMap(DoubleByteMap map) |
Copyright © 2004–2016. All rights reserved.