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 |
---|---|---|
ImmutableLongCharMap |
ImmutableLongCharMap.reject(LongCharPredicate predicate) |
|
LongCharMap |
LongCharMap.reject(LongCharPredicate predicate) |
|
MutableLongCharMap |
MutableLongCharMap.reject(LongCharPredicate predicate) |
|
ImmutableLongCharMap |
ImmutableLongCharMap.select(LongCharPredicate predicate) |
|
LongCharMap |
LongCharMap.select(LongCharPredicate predicate) |
|
MutableLongCharMap |
MutableLongCharMap.select(LongCharPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
LongCharHashMap |
LongCharHashMap.reject(LongCharPredicate predicate) |
|
MutableLongCharMap |
SynchronizedLongCharMap.reject(LongCharPredicate predicate) |
|
MutableLongCharMap |
UnmodifiableLongCharMap.reject(LongCharPredicate predicate) |
|
LongCharHashMap |
LongCharHashMap.select(LongCharPredicate predicate) |
|
MutableLongCharMap |
SynchronizedLongCharMap.select(LongCharPredicate predicate) |
|
MutableLongCharMap |
UnmodifiableLongCharMap.select(LongCharPredicate predicate) |
Copyright © 2004–2019. All rights reserved.