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 |
---|---|
LongShortMap |
LongShortMap.reject(LongShortPredicate predicate) |
ImmutableLongShortMap |
ImmutableLongShortMap.reject(LongShortPredicate predicate) |
MutableLongShortMap |
MutableLongShortMap.reject(LongShortPredicate predicate) |
LongShortMap |
LongShortMap.select(LongShortPredicate predicate) |
ImmutableLongShortMap |
ImmutableLongShortMap.select(LongShortPredicate predicate) |
MutableLongShortMap |
MutableLongShortMap.select(LongShortPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
LongShortHashMap |
LongShortHashMap.reject(LongShortPredicate predicate) |
MutableLongShortMap |
SynchronizedLongShortMap.reject(LongShortPredicate predicate) |
MutableLongShortMap |
UnmodifiableLongShortMap.reject(LongShortPredicate predicate) |
LongShortHashMap |
LongShortHashMap.select(LongShortPredicate predicate) |
MutableLongShortMap |
SynchronizedLongShortMap.select(LongShortPredicate predicate) |
MutableLongShortMap |
UnmodifiableLongShortMap.select(LongShortPredicate predicate) |
Copyright © 2004–2016. All rights reserved.