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 |
---|---|
IntLongMap |
IntLongMap.reject(IntLongPredicate predicate) |
MutableIntLongMap |
MutableIntLongMap.reject(IntLongPredicate predicate) |
ImmutableIntLongMap |
ImmutableIntLongMap.reject(IntLongPredicate predicate) |
IntLongMap |
IntLongMap.select(IntLongPredicate predicate) |
MutableIntLongMap |
MutableIntLongMap.select(IntLongPredicate predicate) |
ImmutableIntLongMap |
ImmutableIntLongMap.select(IntLongPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
MutableIntLongMap |
SynchronizedIntLongMap.reject(IntLongPredicate predicate) |
MutableIntLongMap |
UnmodifiableIntLongMap.reject(IntLongPredicate predicate) |
IntLongHashMap |
IntLongHashMap.reject(IntLongPredicate predicate) |
MutableIntLongMap |
SynchronizedIntLongMap.select(IntLongPredicate predicate) |
MutableIntLongMap |
UnmodifiableIntLongMap.select(IntLongPredicate predicate) |
IntLongHashMap |
IntLongHashMap.select(IntLongPredicate predicate) |
Copyright © 2004–2016. All rights reserved.