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 |
---|---|---|
ImmutableIntIntMap |
ImmutableIntIntMapFactory.empty() |
|
ImmutableIntIntMap |
ImmutableIntIntMapFactory.of() |
Same as
ImmutableIntIntMapFactory.empty() . |
ImmutableIntIntMap |
ImmutableIntIntMapFactory.of(int key,
int value) |
|
ImmutableIntIntMap |
ImmutableIntIntMapFactory.ofAll(IntIntMap map) |
|
ImmutableIntIntMap |
ImmutableIntIntMapFactory.with() |
Same as
ImmutableIntIntMapFactory.empty() . |
ImmutableIntIntMap |
ImmutableIntIntMapFactory.with(int key,
int value) |
|
ImmutableIntIntMap |
ImmutableIntIntMapFactory.withAll(IntIntMap map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableIntIntMap |
ImmutableIntIntMap.newWithKeyValue(int key,
int value) |
|
ImmutableIntIntMap |
ImmutableIntIntMap.newWithoutAllKeys(IntIterable keys) |
|
ImmutableIntIntMap |
ImmutableIntIntMap.newWithoutKey(int key) |
|
ImmutableIntIntMap |
ImmutableIntIntMap.reject(IntIntPredicate predicate) |
|
ImmutableIntIntMap |
ImmutableIntIntMap.select(IntIntPredicate predicate) |
|
ImmutableIntIntMap |
IntIntMap.toImmutable() |
Modifier and Type | Method | Description |
---|---|---|
ImmutableIntIntMap |
ImmutableIntIntMapFactoryImpl.empty() |
|
ImmutableIntIntMap |
ImmutableIntIntMapFactoryImpl.of() |
|
ImmutableIntIntMap |
ImmutableIntIntMapFactoryImpl.of(int key,
int value) |
|
ImmutableIntIntMap |
ImmutableIntIntMapFactoryImpl.ofAll(IntIntMap map) |
|
ImmutableIntIntMap |
ImmutableIntIntMapFactoryImpl.with() |
|
ImmutableIntIntMap |
ImmutableIntIntMapFactoryImpl.with(int key,
int value) |
|
ImmutableIntIntMap |
ImmutableIntIntMapFactoryImpl.withAll(IntIntMap map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableIntIntMap |
IntIntHashMap.toImmutable() |
|
ImmutableIntIntMap |
SynchronizedIntIntMap.toImmutable() |
|
ImmutableIntIntMap |
UnmodifiableIntIntMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.