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 |
---|---|---|
ImmutableIntByteMap |
ImmutableIntByteMapFactory.ofAll(IntByteMap map) |
|
MutableIntByteMap |
MutableIntByteMapFactory.ofAll(IntByteMap map) |
|
ImmutableIntByteMap |
ImmutableIntByteMapFactory.withAll(IntByteMap map) |
|
MutableIntByteMap |
MutableIntByteMapFactory.withAll(IntByteMap map) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ImmutableIntByteMap |
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
MutableIntByteMap |
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
IntByteMap |
IntByteMap.reject(IntBytePredicate predicate) |
|
IntByteMap |
IntByteMap.select(IntBytePredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
void |
MutableIntByteMap.putAll(IntByteMap map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableIntByteMap |
ImmutableIntByteMapFactoryImpl.ofAll(IntByteMap map) |
|
ImmutableIntByteMap |
ImmutableIntByteMapFactoryImpl.withAll(IntByteMap map) |
Modifier and Type | Class | Description |
---|---|---|
class |
IntByteHashMap |
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedIntByteMap |
A synchronized view of a
MutableIntByteMap . |
class |
UnmodifiableIntByteMap |
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
MutableIntByteMap |
MutableIntByteMapFactoryImpl.ofAll(IntByteMap map) |
|
void |
IntByteHashMap.putAll(IntByteMap map) |
|
void |
SynchronizedIntByteMap.putAll(IntByteMap map) |
|
void |
UnmodifiableIntByteMap.putAll(IntByteMap map) |
|
MutableIntByteMap |
MutableIntByteMapFactoryImpl.withAll(IntByteMap map) |
Constructor | Description |
---|---|
IntByteHashMap(IntByteMap map) |
Copyright © 2004–2017. All rights reserved.