| 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 |
|---|---|
MutableCharDoubleMap |
MutableCharDoubleMap.reject(CharDoublePredicate predicate) |
ImmutableCharDoubleMap |
ImmutableCharDoubleMap.reject(CharDoublePredicate predicate) |
CharDoubleMap |
CharDoubleMap.reject(CharDoublePredicate predicate) |
MutableCharDoubleMap |
MutableCharDoubleMap.select(CharDoublePredicate predicate) |
ImmutableCharDoubleMap |
ImmutableCharDoubleMap.select(CharDoublePredicate predicate) |
CharDoubleMap |
CharDoubleMap.select(CharDoublePredicate predicate) |
Copyright © 2004–2017. All rights reserved.