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 |
---|---|---|
ImmutableShortLongMap |
ImmutableShortLongMapFactory.empty() |
|
ImmutableShortLongMap |
ImmutableShortLongMapFactory.of() |
Same as
ImmutableShortLongMapFactory.empty() . |
ImmutableShortLongMap |
ImmutableShortLongMapFactory.of(short key,
long value) |
|
ImmutableShortLongMap |
ImmutableShortLongMapFactory.ofAll(ShortLongMap map) |
|
ImmutableShortLongMap |
ImmutableShortLongMapFactory.with() |
Same as
ImmutableShortLongMapFactory.empty() . |
ImmutableShortLongMap |
ImmutableShortLongMapFactory.with(short key,
long value) |
|
ImmutableShortLongMap |
ImmutableShortLongMapFactory.withAll(ShortLongMap map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortLongMap |
ImmutableShortLongMap.newWithKeyValue(short key,
long value) |
|
ImmutableShortLongMap |
ImmutableShortLongMap.newWithoutAllKeys(ShortIterable keys) |
|
ImmutableShortLongMap |
ImmutableShortLongMap.newWithoutKey(short key) |
|
ImmutableShortLongMap |
ImmutableShortLongMap.reject(ShortLongPredicate predicate) |
|
ImmutableShortLongMap |
ImmutableShortLongMap.select(ShortLongPredicate predicate) |
|
ImmutableShortLongMap |
ShortLongMap.toImmutable() |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortLongMap |
ImmutableShortLongMapFactoryImpl.empty() |
|
ImmutableShortLongMap |
ImmutableShortLongMapFactoryImpl.of() |
|
ImmutableShortLongMap |
ImmutableShortLongMapFactoryImpl.of(short key,
long value) |
|
ImmutableShortLongMap |
ImmutableShortLongMapFactoryImpl.ofAll(ShortLongMap map) |
|
ImmutableShortLongMap |
ImmutableShortLongMapFactoryImpl.with() |
|
ImmutableShortLongMap |
ImmutableShortLongMapFactoryImpl.with(short key,
long value) |
|
ImmutableShortLongMap |
ImmutableShortLongMapFactoryImpl.withAll(ShortLongMap map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortLongMap |
ShortLongHashMap.toImmutable() |
|
ImmutableShortLongMap |
SynchronizedShortLongMap.toImmutable() |
|
ImmutableShortLongMap |
UnmodifiableShortLongMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.