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 |
---|---|
MutableByteObjectMap<V> |
MutableByteObjectMap.reject(ByteObjectPredicate<? super V> predicate) |
ByteObjectMap<V> |
ByteObjectMap.reject(ByteObjectPredicate<? super V> predicate) |
ImmutableByteObjectMap<V> |
ImmutableByteObjectMap.reject(ByteObjectPredicate<? super V> predicate) |
MutableByteObjectMap<V> |
MutableByteObjectMap.select(ByteObjectPredicate<? super V> predicate) |
ByteObjectMap<V> |
ByteObjectMap.select(ByteObjectPredicate<? super V> predicate) |
ImmutableByteObjectMap<V> |
ImmutableByteObjectMap.select(ByteObjectPredicate<? super V> predicate) |
Modifier and Type | Method and Description |
---|---|
MutableByteObjectMap<V> |
SynchronizedByteObjectMap.reject(ByteObjectPredicate<? super V> predicate) |
ByteObjectHashMap<V> |
ByteObjectHashMap.reject(ByteObjectPredicate<? super V> predicate) |
MutableByteObjectMap<V> |
UnmodifiableByteObjectMap.reject(ByteObjectPredicate<? super V> predicate) |
MutableByteObjectMap<V> |
SynchronizedByteObjectMap.select(ByteObjectPredicate<? super V> predicate) |
ByteObjectHashMap<V> |
ByteObjectHashMap.select(ByteObjectPredicate<? super V> predicate) |
MutableByteObjectMap<V> |
UnmodifiableByteObjectMap.select(ByteObjectPredicate<? super V> predicate) |
Copyright © 2004–2016. All rights reserved.