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 |
---|---|
ImmutableLongShortMap |
ImmutableLongShortMapFactory.empty() |
ImmutableLongShortMap |
ImmutableLongShortMapFactory.of()
Same as
ImmutableLongShortMapFactory.empty() . |
ImmutableLongShortMap |
ImmutableLongShortMapFactory.of(long key,
short value)
|
ImmutableLongShortMap |
ImmutableLongShortMapFactory.ofAll(LongShortMap map)
|
ImmutableLongShortMap |
ImmutableLongShortMapFactory.with()
Same as
ImmutableLongShortMapFactory.empty() . |
ImmutableLongShortMap |
ImmutableLongShortMapFactory.with(long key,
short value) |
ImmutableLongShortMap |
ImmutableLongShortMapFactory.withAll(LongShortMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableLongShortMap |
ImmutableLongShortMap.newWithKeyValue(long key,
short value) |
ImmutableLongShortMap |
ImmutableLongShortMap.newWithoutAllKeys(LongIterable keys) |
ImmutableLongShortMap |
ImmutableLongShortMap.newWithoutKey(long key) |
ImmutableLongShortMap |
ImmutableLongShortMap.reject(LongShortPredicate predicate) |
ImmutableLongShortMap |
ImmutableLongShortMap.select(LongShortPredicate predicate) |
ImmutableLongShortMap |
LongShortMap.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableLongShortMap |
ImmutableLongShortMapFactoryImpl.empty() |
ImmutableLongShortMap |
ImmutableLongShortMapFactoryImpl.of() |
ImmutableLongShortMap |
ImmutableLongShortMapFactoryImpl.of(long key,
short value) |
ImmutableLongShortMap |
ImmutableLongShortMapFactoryImpl.ofAll(LongShortMap map) |
ImmutableLongShortMap |
ImmutableLongShortMapFactoryImpl.with() |
ImmutableLongShortMap |
ImmutableLongShortMapFactoryImpl.with(long key,
short value) |
ImmutableLongShortMap |
ImmutableLongShortMapFactoryImpl.withAll(LongShortMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableLongShortMap |
LongShortHashMap.toImmutable() |
ImmutableLongShortMap |
SynchronizedLongShortMap.toImmutable() |
ImmutableLongShortMap |
UnmodifiableLongShortMap.toImmutable() |
Copyright © 2004–2016. All rights reserved.