| 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 |
|---|---|
ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMap.reject(DoubleObjectPredicate<? super V> predicate) |
DoubleObjectMap<V> |
DoubleObjectMap.reject(DoubleObjectPredicate<? super V> predicate) |
MutableDoubleObjectMap<V> |
MutableDoubleObjectMap.reject(DoubleObjectPredicate<? super V> predicate) |
ImmutableDoubleObjectMap<V> |
ImmutableDoubleObjectMap.select(DoubleObjectPredicate<? super V> predicate) |
DoubleObjectMap<V> |
DoubleObjectMap.select(DoubleObjectPredicate<? super V> predicate) |
MutableDoubleObjectMap<V> |
MutableDoubleObjectMap.select(DoubleObjectPredicate<? super V> predicate) |
Copyright © 2004–2017. All rights reserved.