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 |
---|---|---|
ImmutableByteDoubleMap |
ImmutableByteDoubleMapFactory.ofAll(ByteDoubleMap map) |
|
MutableByteDoubleMap |
MutableByteDoubleMapFactory.ofAll(ByteDoubleMap map) |
|
ImmutableByteDoubleMap |
ImmutableByteDoubleMapFactory.withAll(ByteDoubleMap map) |
|
MutableByteDoubleMap |
MutableByteDoubleMapFactory.withAll(ByteDoubleMap map) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ImmutableByteDoubleMap |
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
MutableByteDoubleMap |
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
ByteDoubleMap |
DoubleByteMap.flipUniqueValues() |
Return the ByteDoubleMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
ByteDoubleMap |
ByteDoubleMap.reject(ByteDoublePredicate predicate) |
|
ByteDoubleMap |
ByteDoubleMap.select(ByteDoublePredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
void |
MutableByteDoubleMap.putAll(ByteDoubleMap map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableByteDoubleMap |
ImmutableByteDoubleMapFactoryImpl.ofAll(ByteDoubleMap map) |
|
ImmutableByteDoubleMap |
ImmutableByteDoubleMapFactoryImpl.withAll(ByteDoubleMap map) |
Modifier and Type | Class | Description |
---|---|---|
class |
ByteDoubleHashMap |
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedByteDoubleMap |
A synchronized view of a
MutableByteDoubleMap . |
class |
UnmodifiableByteDoubleMap |
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
MutableByteDoubleMap |
MutableByteDoubleMapFactoryImpl.ofAll(ByteDoubleMap map) |
|
void |
ByteDoubleHashMap.putAll(ByteDoubleMap map) |
|
void |
SynchronizedByteDoubleMap.putAll(ByteDoubleMap map) |
|
void |
UnmodifiableByteDoubleMap.putAll(ByteDoubleMap map) |
|
MutableByteDoubleMap |
MutableByteDoubleMapFactoryImpl.withAll(ByteDoubleMap map) |
Constructor | Description |
---|---|
ByteDoubleHashMap(ByteDoubleMap map) |
Copyright © 2004–2020. All rights reserved.