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 |
---|---|
ImmutableIntByteMap |
ImmutableIntByteMapFactory.empty() |
ImmutableIntByteMap |
ImmutableIntByteMapFactory.of()
Same as
ImmutableIntByteMapFactory.empty() . |
ImmutableIntByteMap |
ImmutableIntByteMapFactory.of(int key,
byte value)
|
ImmutableIntByteMap |
ImmutableIntByteMapFactory.ofAll(IntByteMap map)
|
ImmutableIntByteMap |
ImmutableIntByteMapFactory.with()
Same as
ImmutableIntByteMapFactory.empty() . |
ImmutableIntByteMap |
ImmutableIntByteMapFactory.with(int key,
byte value) |
ImmutableIntByteMap |
ImmutableIntByteMapFactory.withAll(IntByteMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableIntByteMap |
ImmutableIntByteMap.newWithKeyValue(int key,
byte value) |
ImmutableIntByteMap |
ImmutableIntByteMap.newWithoutAllKeys(IntIterable keys) |
ImmutableIntByteMap |
ImmutableIntByteMap.newWithoutKey(int key) |
ImmutableIntByteMap |
ImmutableIntByteMap.reject(IntBytePredicate predicate) |
ImmutableIntByteMap |
ImmutableIntByteMap.select(IntBytePredicate predicate) |
ImmutableIntByteMap |
IntByteMap.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableIntByteMap |
ImmutableIntByteMapFactoryImpl.empty() |
ImmutableIntByteMap |
ImmutableIntByteMapFactoryImpl.of() |
ImmutableIntByteMap |
ImmutableIntByteMapFactoryImpl.of(int key,
byte value) |
ImmutableIntByteMap |
ImmutableIntByteMapFactoryImpl.ofAll(IntByteMap map) |
ImmutableIntByteMap |
ImmutableIntByteMapFactoryImpl.with() |
ImmutableIntByteMap |
ImmutableIntByteMapFactoryImpl.with(int key,
byte value) |
ImmutableIntByteMap |
ImmutableIntByteMapFactoryImpl.withAll(IntByteMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableIntByteMap |
SynchronizedIntByteMap.toImmutable() |
ImmutableIntByteMap |
UnmodifiableIntByteMap.toImmutable() |
ImmutableIntByteMap |
IntByteHashMap.toImmutable() |
Copyright © 2004–2016. All rights reserved.