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 |
---|---|
MutableShortDoubleMap |
MutableShortDoubleMap.reject(ShortDoublePredicate predicate) |
ImmutableShortDoubleMap |
ImmutableShortDoubleMap.reject(ShortDoublePredicate predicate) |
ShortDoubleMap |
ShortDoubleMap.reject(ShortDoublePredicate predicate) |
MutableShortDoubleMap |
MutableShortDoubleMap.select(ShortDoublePredicate predicate) |
ImmutableShortDoubleMap |
ImmutableShortDoubleMap.select(ShortDoublePredicate predicate) |
ShortDoubleMap |
ShortDoubleMap.select(ShortDoublePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
MutableShortDoubleMap |
SynchronizedShortDoubleMap.reject(ShortDoublePredicate predicate) |
MutableShortDoubleMap |
UnmodifiableShortDoubleMap.reject(ShortDoublePredicate predicate) |
ShortDoubleHashMap |
ShortDoubleHashMap.reject(ShortDoublePredicate predicate) |
MutableShortDoubleMap |
SynchronizedShortDoubleMap.select(ShortDoublePredicate predicate) |
MutableShortDoubleMap |
UnmodifiableShortDoubleMap.select(ShortDoublePredicate predicate) |
ShortDoubleHashMap |
ShortDoubleHashMap.select(ShortDoublePredicate predicate) |
Copyright © 2004–2016. All rights reserved.