| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CharDoubleMap |
CharDoubleMap.reject(CharDoublePredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the
predicate.
|
MutableCharDoubleMap |
MutableCharDoubleMap.reject(CharDoublePredicate predicate) |
ImmutableCharDoubleMap |
ImmutableCharDoubleMap.reject(CharDoublePredicate predicate) |
CharDoubleMap |
CharDoubleMap.select(CharDoublePredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.
|
MutableCharDoubleMap |
MutableCharDoubleMap.select(CharDoublePredicate predicate) |
ImmutableCharDoubleMap |
ImmutableCharDoubleMap.select(CharDoublePredicate predicate) |
Copyright © 2004–2023. All rights reserved.