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 |
---|---|
MutableByteLongMap |
MutableByteLongMap.reject(ByteLongPredicate predicate) |
ImmutableByteLongMap |
ImmutableByteLongMap.reject(ByteLongPredicate predicate) |
ByteLongMap |
ByteLongMap.reject(ByteLongPredicate predicate) |
MutableByteLongMap |
MutableByteLongMap.select(ByteLongPredicate predicate) |
ImmutableByteLongMap |
ImmutableByteLongMap.select(ByteLongPredicate predicate) |
ByteLongMap |
ByteLongMap.select(ByteLongPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
ByteLongHashMap |
ByteLongHashMap.reject(ByteLongPredicate predicate) |
MutableByteLongMap |
UnmodifiableByteLongMap.reject(ByteLongPredicate predicate) |
MutableByteLongMap |
SynchronizedByteLongMap.reject(ByteLongPredicate predicate) |
ByteLongHashMap |
ByteLongHashMap.select(ByteLongPredicate predicate) |
MutableByteLongMap |
UnmodifiableByteLongMap.select(ByteLongPredicate predicate) |
MutableByteLongMap |
SynchronizedByteLongMap.select(ByteLongPredicate predicate) |
Copyright © 2004–2016. All rights reserved.