| 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 |
|---|---|
ObjectIntMap<K> |
ObjectIntMap.reject(ObjectIntPredicate<? super K> predicate) |
MutableObjectIntMap<K> |
MutableObjectIntMap.reject(ObjectIntPredicate<? super K> predicate) |
ImmutableObjectIntMap<K> |
ImmutableObjectIntMap.reject(ObjectIntPredicate<? super K> predicate) |
ObjectIntMap<K> |
ObjectIntMap.select(ObjectIntPredicate<? super K> predicate) |
MutableObjectIntMap<K> |
MutableObjectIntMap.select(ObjectIntPredicate<? super K> predicate) |
ImmutableObjectIntMap<K> |
ImmutableObjectIntMap.select(ObjectIntPredicate<? super K> predicate) |
Copyright © 2004–2017. All rights reserved.