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 |
---|---|
ImmutableShortCharMap |
ImmutableShortCharMapFactory.empty() |
ImmutableShortCharMap |
ImmutableShortCharMapFactory.of()
Same as
ImmutableShortCharMapFactory.empty() . |
ImmutableShortCharMap |
ImmutableShortCharMapFactory.of(short key,
char value)
|
ImmutableShortCharMap |
ImmutableShortCharMapFactory.ofAll(ShortCharMap map)
|
ImmutableShortCharMap |
ImmutableShortCharMapFactory.with()
Same as
ImmutableShortCharMapFactory.empty() . |
ImmutableShortCharMap |
ImmutableShortCharMapFactory.with(short key,
char value) |
ImmutableShortCharMap |
ImmutableShortCharMapFactory.withAll(ShortCharMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableShortCharMap |
ImmutableShortCharMap.newWithKeyValue(short key,
char value) |
ImmutableShortCharMap |
ImmutableShortCharMap.newWithoutAllKeys(ShortIterable keys) |
ImmutableShortCharMap |
ImmutableShortCharMap.newWithoutKey(short key) |
ImmutableShortCharMap |
ImmutableShortCharMap.reject(ShortCharPredicate predicate) |
ImmutableShortCharMap |
ImmutableShortCharMap.select(ShortCharPredicate predicate) |
ImmutableShortCharMap |
ShortCharMap.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableShortCharMap |
ImmutableShortCharMapFactoryImpl.empty() |
ImmutableShortCharMap |
ImmutableShortCharMapFactoryImpl.of() |
ImmutableShortCharMap |
ImmutableShortCharMapFactoryImpl.of(short key,
char value) |
ImmutableShortCharMap |
ImmutableShortCharMapFactoryImpl.ofAll(ShortCharMap map) |
ImmutableShortCharMap |
ImmutableShortCharMapFactoryImpl.with() |
ImmutableShortCharMap |
ImmutableShortCharMapFactoryImpl.with(short key,
char value) |
ImmutableShortCharMap |
ImmutableShortCharMapFactoryImpl.withAll(ShortCharMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableShortCharMap |
SynchronizedShortCharMap.toImmutable() |
ImmutableShortCharMap |
ShortCharHashMap.toImmutable() |
ImmutableShortCharMap |
UnmodifiableShortCharMap.toImmutable() |
Copyright © 2004–2016. All rights reserved.