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.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
Modifier and Type | Method and Description |
---|---|
MutableShortCharMap |
MutableShortCharMapFactory.empty() |
MutableShortCharMap |
MutableShortCharMapFactory.of()
Same as
MutableShortCharMapFactory.empty() . |
MutableShortCharMap |
MutableShortCharMapFactory.ofAll(ShortCharMap map)
|
MutableShortCharMap |
MutableShortCharMapFactory.with()
Same as
MutableShortCharMapFactory.empty() . |
MutableShortCharMap |
MutableShortCharMapFactory.withAll(ShortCharMap map) |
Modifier and Type | Method and Description |
---|---|
MutableShortCharMap |
MutableShortCharMap.asSynchronized() |
MutableShortCharMap |
MutableShortCharMap.asUnmodifiable() |
MutableShortCharMap |
MutableShortCharMap.reject(ShortCharPredicate predicate) |
MutableShortCharMap |
MutableShortCharMap.select(ShortCharPredicate predicate) |
MutableShortCharMap |
MutableShortCharMap.withKeyValue(short key,
char value) |
MutableShortCharMap |
MutableShortCharMap.withoutAllKeys(ShortIterable keys) |
MutableShortCharMap |
MutableShortCharMap.withoutKey(short key) |
Modifier and Type | Class and Description |
---|---|
class |
ShortCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedShortCharMap
A synchronized view of a
MutableShortCharMap . |
class |
UnmodifiableShortCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableShortCharMap |
SynchronizedShortCharMap.asSynchronized() |
MutableShortCharMap |
ShortCharHashMap.asSynchronized() |
MutableShortCharMap |
UnmodifiableShortCharMap.asSynchronized() |
MutableShortCharMap |
SynchronizedShortCharMap.asUnmodifiable() |
MutableShortCharMap |
ShortCharHashMap.asUnmodifiable() |
MutableShortCharMap |
UnmodifiableShortCharMap.asUnmodifiable() |
MutableShortCharMap |
MutableShortCharMapFactoryImpl.empty() |
MutableShortCharMap |
MutableShortCharMapFactoryImpl.of() |
MutableShortCharMap |
MutableShortCharMapFactoryImpl.ofAll(ShortCharMap map) |
MutableShortCharMap |
SynchronizedShortCharMap.reject(ShortCharPredicate predicate) |
MutableShortCharMap |
UnmodifiableShortCharMap.reject(ShortCharPredicate predicate) |
MutableShortCharMap |
SynchronizedShortCharMap.select(ShortCharPredicate predicate) |
MutableShortCharMap |
UnmodifiableShortCharMap.select(ShortCharPredicate predicate) |
MutableShortCharMap |
MutableShortCharMapFactoryImpl.with() |
MutableShortCharMap |
MutableShortCharMapFactoryImpl.withAll(ShortCharMap map) |
MutableShortCharMap |
SynchronizedShortCharMap.withKeyValue(short key,
char value) |
MutableShortCharMap |
UnmodifiableShortCharMap.withKeyValue(short key,
char value) |
MutableShortCharMap |
SynchronizedShortCharMap.withoutAllKeys(ShortIterable keys) |
MutableShortCharMap |
UnmodifiableShortCharMap.withoutAllKeys(ShortIterable keys) |
MutableShortCharMap |
SynchronizedShortCharMap.withoutKey(short key) |
MutableShortCharMap |
UnmodifiableShortCharMap.withoutKey(short key) |
Copyright © 2004–2016. All rights reserved.