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 |
---|---|---|
ImmutableIntLongMap |
ImmutableIntLongMapFactory.empty() |
|
ImmutableIntLongMap |
ImmutableIntLongMapFactory.of() |
Same as
ImmutableIntLongMapFactory.empty() . |
ImmutableIntLongMap |
ImmutableIntLongMapFactory.of(int key,
long value) |
|
ImmutableIntLongMap |
ImmutableIntLongMapFactory.ofAll(IntLongMap map) |
|
ImmutableIntLongMap |
ImmutableIntLongMapFactory.with() |
Same as
ImmutableIntLongMapFactory.empty() . |
ImmutableIntLongMap |
ImmutableIntLongMapFactory.with(int key,
long value) |
|
ImmutableIntLongMap |
ImmutableIntLongMapFactory.withAll(IntLongMap map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableIntLongMap |
ImmutableIntLongMap.newWithKeyValue(int key,
long value) |
|
ImmutableIntLongMap |
ImmutableIntLongMap.newWithoutAllKeys(IntIterable keys) |
|
ImmutableIntLongMap |
ImmutableIntLongMap.newWithoutKey(int key) |
|
ImmutableIntLongMap |
ImmutableIntLongMap.reject(IntLongPredicate predicate) |
|
ImmutableIntLongMap |
ImmutableIntLongMap.select(IntLongPredicate predicate) |
|
ImmutableIntLongMap |
IntLongMap.toImmutable() |
Modifier and Type | Method | Description |
---|---|---|
ImmutableIntLongMap |
ImmutableIntLongMapFactoryImpl.empty() |
|
ImmutableIntLongMap |
ImmutableIntLongMapFactoryImpl.of() |
|
ImmutableIntLongMap |
ImmutableIntLongMapFactoryImpl.of(int key,
long value) |
|
ImmutableIntLongMap |
ImmutableIntLongMapFactoryImpl.ofAll(IntLongMap map) |
|
ImmutableIntLongMap |
ImmutableIntLongMapFactoryImpl.with() |
|
ImmutableIntLongMap |
ImmutableIntLongMapFactoryImpl.with(int key,
long value) |
|
ImmutableIntLongMap |
ImmutableIntLongMapFactoryImpl.withAll(IntLongMap map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableIntLongMap |
IntLongHashMap.toImmutable() |
|
ImmutableIntLongMap |
SynchronizedIntLongMap.toImmutable() |
|
ImmutableIntLongMap |
UnmodifiableIntLongMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.