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 |
---|---|---|
ImmutableByteByteMap |
ImmutableByteByteMapFactory.ofAll(ByteByteMap map) |
|
MutableByteByteMap |
MutableByteByteMapFactory.ofAll(ByteByteMap map) |
|
ImmutableByteByteMap |
ImmutableByteByteMapFactory.withAll(ByteByteMap map) |
|
MutableByteByteMap |
MutableByteByteMapFactory.withAll(ByteByteMap map) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ImmutableByteByteMap |
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
MutableByteByteMap |
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
ByteByteMap |
ByteByteMap.flipUniqueValues() |
Return the ByteByteMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
ByteByteMap |
ByteByteMap.reject(ByteBytePredicate predicate) |
|
ByteByteMap |
ByteByteMap.select(ByteBytePredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
void |
MutableByteByteMap.putAll(ByteByteMap map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableByteByteMap |
ImmutableByteByteMapFactoryImpl.ofAll(ByteByteMap map) |
|
ImmutableByteByteMap |
ImmutableByteByteMapFactoryImpl.withAll(ByteByteMap map) |
Modifier and Type | Class | Description |
---|---|---|
class |
ByteByteHashMap |
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedByteByteMap |
A synchronized view of a
MutableByteByteMap . |
class |
UnmodifiableByteByteMap |
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
MutableByteByteMap |
MutableByteByteMapFactoryImpl.ofAll(ByteByteMap map) |
|
void |
ByteByteHashMap.putAll(ByteByteMap map) |
|
void |
SynchronizedByteByteMap.putAll(ByteByteMap map) |
|
void |
UnmodifiableByteByteMap.putAll(ByteByteMap map) |
|
MutableByteByteMap |
MutableByteByteMapFactoryImpl.withAll(ByteByteMap map) |
Constructor | Description |
---|---|
ByteByteHashMap(ByteByteMap map) |
Copyright © 2004–2019. All rights reserved.