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 |
---|---|
ImmutableShortShortMap |
ImmutableShortShortMapFactory.empty() |
ImmutableShortShortMap |
ImmutableShortShortMapFactory.of()
|
ImmutableShortShortMap |
ImmutableShortShortMapFactory.of(short key,
short value)
|
ImmutableShortShortMap |
ImmutableShortShortMapFactory.ofAll(ShortShortMap map)
|
ImmutableShortShortMap |
ImmutableShortShortMapFactory.with()
|
ImmutableShortShortMap |
ImmutableShortShortMapFactory.with(short key,
short value) |
ImmutableShortShortMap |
ImmutableShortShortMapFactory.withAll(ShortShortMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableShortShortMap |
ImmutableShortShortMap.newWithKeyValue(short key,
short value) |
ImmutableShortShortMap |
ImmutableShortShortMap.newWithoutAllKeys(ShortIterable keys) |
ImmutableShortShortMap |
ImmutableShortShortMap.newWithoutKey(short key) |
ImmutableShortShortMap |
ImmutableShortShortMap.reject(ShortShortPredicate predicate) |
ImmutableShortShortMap |
ImmutableShortShortMap.select(ShortShortPredicate predicate) |
ImmutableShortShortMap |
ShortShortMap.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableShortShortMap |
ImmutableShortShortMapFactoryImpl.empty() |
ImmutableShortShortMap |
ImmutableShortShortMapFactoryImpl.of() |
ImmutableShortShortMap |
ImmutableShortShortMapFactoryImpl.of(short key,
short value) |
ImmutableShortShortMap |
ImmutableShortShortMapFactoryImpl.ofAll(ShortShortMap map) |
ImmutableShortShortMap |
ImmutableShortShortMapFactoryImpl.with() |
ImmutableShortShortMap |
ImmutableShortShortMapFactoryImpl.with(short key,
short value) |
ImmutableShortShortMap |
ImmutableShortShortMapFactoryImpl.withAll(ShortShortMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableShortShortMap |
UnmodifiableShortShortMap.toImmutable() |
ImmutableShortShortMap |
SynchronizedShortShortMap.toImmutable() |
ImmutableShortShortMap |
ShortShortHashMap.toImmutable() |
Copyright © 2004–2016. All rights reserved.