Package | Description |
---|---|
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 |
---|---|
ImmutableShortCharMap |
ImmutableShortCharMap.reject(ShortCharPredicate predicate) |
ShortCharMap |
ShortCharMap.reject(ShortCharPredicate predicate) |
MutableShortCharMap |
MutableShortCharMap.reject(ShortCharPredicate predicate) |
ImmutableShortCharMap |
ImmutableShortCharMap.select(ShortCharPredicate predicate) |
ShortCharMap |
ShortCharMap.select(ShortCharPredicate predicate) |
MutableShortCharMap |
MutableShortCharMap.select(ShortCharPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
MutableShortCharMap |
SynchronizedShortCharMap.reject(ShortCharPredicate predicate) |
ShortCharHashMap |
ShortCharHashMap.reject(ShortCharPredicate predicate) |
MutableShortCharMap |
UnmodifiableShortCharMap.reject(ShortCharPredicate predicate) |
MutableShortCharMap |
SynchronizedShortCharMap.select(ShortCharPredicate predicate) |
ShortCharHashMap |
ShortCharHashMap.select(ShortCharPredicate predicate) |
MutableShortCharMap |
UnmodifiableShortCharMap.select(ShortCharPredicate predicate) |
Copyright © 2004–2016. All rights reserved.