Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ObjectShortPredicate
Package
Description
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of ObjectShortPredicate in org.eclipse.collections.api.map.primitive
Modifier and TypeMethodDescriptionImmutableObjectShortMap.reject
(ObjectShortPredicate<? super K> predicate) MutableObjectShortMap.reject
(ObjectShortPredicate<? super K> predicate) ObjectShortMap.reject
(ObjectShortPredicate<? super K> predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableObjectShortMap.select
(ObjectShortPredicate<? super K> predicate) MutableObjectShortMap.select
(ObjectShortPredicate<? super K> predicate) ObjectShortMap.select
(ObjectShortPredicate<? super K> predicate) Return a copy of this map containing only the key/value pairs that match the predicate. -
Uses of ObjectShortPredicate in org.eclipse.collections.impl.map.mutable.primitive
Modifier and TypeMethodDescriptionObjectShortHashMap.reject
(ObjectShortPredicate<? super K> predicate) ObjectShortHashMapWithHashingStrategy.reject
(ObjectShortPredicate<? super K> predicate) SynchronizedObjectShortMap.reject
(ObjectShortPredicate<? super K> predicate) UnmodifiableObjectShortMap.reject
(ObjectShortPredicate<? super K> predicate) ObjectShortHashMap.select
(ObjectShortPredicate<? super K> predicate) ObjectShortHashMapWithHashingStrategy.select
(ObjectShortPredicate<? super K> predicate) SynchronizedObjectShortMap.select
(ObjectShortPredicate<? super K> predicate) UnmodifiableObjectShortMap.select
(ObjectShortPredicate<? super K> predicate)