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 |
---|---|
MutableCharShortMap |
MutableCharShortMap.reject(CharShortPredicate predicate) |
CharShortMap |
CharShortMap.reject(CharShortPredicate predicate) |
ImmutableCharShortMap |
ImmutableCharShortMap.reject(CharShortPredicate predicate) |
MutableCharShortMap |
MutableCharShortMap.select(CharShortPredicate predicate) |
CharShortMap |
CharShortMap.select(CharShortPredicate predicate) |
ImmutableCharShortMap |
ImmutableCharShortMap.select(CharShortPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
MutableCharShortMap |
UnmodifiableCharShortMap.reject(CharShortPredicate predicate) |
MutableCharShortMap |
SynchronizedCharShortMap.reject(CharShortPredicate predicate) |
CharShortHashMap |
CharShortHashMap.reject(CharShortPredicate predicate) |
MutableCharShortMap |
UnmodifiableCharShortMap.select(CharShortPredicate predicate) |
MutableCharShortMap |
SynchronizedCharShortMap.select(CharShortPredicate predicate) |
CharShortHashMap |
CharShortHashMap.select(CharShortPredicate predicate) |
Copyright © 2004–2016. All rights reserved.