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 |
---|---|
ImmutableObjectShortMap<K> |
ImmutableObjectShortMap.reject(ObjectShortPredicate<? super K> predicate) |
ObjectShortMap<K> |
ObjectShortMap.reject(ObjectShortPredicate<? super K> predicate) |
MutableObjectShortMap<K> |
MutableObjectShortMap.reject(ObjectShortPredicate<? super K> predicate) |
ImmutableObjectShortMap<K> |
ImmutableObjectShortMap.select(ObjectShortPredicate<? super K> predicate) |
ObjectShortMap<K> |
ObjectShortMap.select(ObjectShortPredicate<? super K> predicate) |
MutableObjectShortMap<K> |
MutableObjectShortMap.select(ObjectShortPredicate<? super K> predicate) |
Modifier and Type | Method and Description |
---|---|
ObjectShortHashMap<K> |
ObjectShortHashMap.reject(ObjectShortPredicate<? super K> predicate) |
MutableObjectShortMap<K> |
SynchronizedObjectShortMap.reject(ObjectShortPredicate<? super K> predicate) |
ObjectShortHashMapWithHashingStrategy<K> |
ObjectShortHashMapWithHashingStrategy.reject(ObjectShortPredicate<? super K> predicate) |
MutableObjectShortMap<K> |
UnmodifiableObjectShortMap.reject(ObjectShortPredicate<? super K> predicate) |
ObjectShortHashMap<K> |
ObjectShortHashMap.select(ObjectShortPredicate<? super K> predicate) |
MutableObjectShortMap<K> |
SynchronizedObjectShortMap.select(ObjectShortPredicate<? super K> predicate) |
ObjectShortHashMapWithHashingStrategy<K> |
ObjectShortHashMapWithHashingStrategy.select(ObjectShortPredicate<? super K> predicate) |
MutableObjectShortMap<K> |
UnmodifiableObjectShortMap.select(ObjectShortPredicate<? super K> predicate) |
Copyright © 2004–2016. All rights reserved.