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 |
---|---|
IntByteMap |
IntByteMap.reject(IntBytePredicate predicate) |
ImmutableIntByteMap |
ImmutableIntByteMap.reject(IntBytePredicate predicate) |
MutableIntByteMap |
MutableIntByteMap.reject(IntBytePredicate predicate) |
IntByteMap |
IntByteMap.select(IntBytePredicate predicate) |
ImmutableIntByteMap |
ImmutableIntByteMap.select(IntBytePredicate predicate) |
MutableIntByteMap |
MutableIntByteMap.select(IntBytePredicate predicate) |
Modifier and Type | Method and Description |
---|---|
MutableIntByteMap |
SynchronizedIntByteMap.reject(IntBytePredicate predicate) |
MutableIntByteMap |
UnmodifiableIntByteMap.reject(IntBytePredicate predicate) |
IntByteHashMap |
IntByteHashMap.reject(IntBytePredicate predicate) |
MutableIntByteMap |
SynchronizedIntByteMap.select(IntBytePredicate predicate) |
MutableIntByteMap |
UnmodifiableIntByteMap.select(IntBytePredicate predicate) |
IntByteHashMap |
IntByteHashMap.select(IntBytePredicate predicate) |
Copyright © 2004–2016. All rights reserved.