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 | Description |
---|---|---|
ImmutableLongIntMap |
ImmutableLongIntMap.reject(LongIntPredicate predicate) |
|
LongIntMap |
LongIntMap.reject(LongIntPredicate predicate) |
|
MutableLongIntMap |
MutableLongIntMap.reject(LongIntPredicate predicate) |
|
ImmutableLongIntMap |
ImmutableLongIntMap.select(LongIntPredicate predicate) |
|
LongIntMap |
LongIntMap.select(LongIntPredicate predicate) |
|
MutableLongIntMap |
MutableLongIntMap.select(LongIntPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
LongIntHashMap |
LongIntHashMap.reject(LongIntPredicate predicate) |
|
MutableLongIntMap |
SynchronizedLongIntMap.reject(LongIntPredicate predicate) |
|
MutableLongIntMap |
UnmodifiableLongIntMap.reject(LongIntPredicate predicate) |
|
LongIntHashMap |
LongIntHashMap.select(LongIntPredicate predicate) |
|
MutableLongIntMap |
SynchronizedLongIntMap.select(LongIntPredicate predicate) |
|
MutableLongIntMap |
UnmodifiableLongIntMap.select(LongIntPredicate predicate) |
Copyright © 2004–2017. All rights reserved.