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 |
---|---|
IntCharMap |
IntCharMap.reject(IntCharPredicate predicate) |
ImmutableIntCharMap |
ImmutableIntCharMap.reject(IntCharPredicate predicate) |
MutableIntCharMap |
MutableIntCharMap.reject(IntCharPredicate predicate) |
IntCharMap |
IntCharMap.select(IntCharPredicate predicate) |
ImmutableIntCharMap |
ImmutableIntCharMap.select(IntCharPredicate predicate) |
MutableIntCharMap |
MutableIntCharMap.select(IntCharPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
MutableIntCharMap |
SynchronizedIntCharMap.reject(IntCharPredicate predicate) |
MutableIntCharMap |
UnmodifiableIntCharMap.reject(IntCharPredicate predicate) |
IntCharHashMap |
IntCharHashMap.reject(IntCharPredicate predicate) |
MutableIntCharMap |
SynchronizedIntCharMap.select(IntCharPredicate predicate) |
MutableIntCharMap |
UnmodifiableIntCharMap.select(IntCharPredicate predicate) |
IntCharHashMap |
IntCharHashMap.select(IntCharPredicate predicate) |
Copyright © 2004–2016. All rights reserved.