Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.LongObjectPredicate
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 LongObjectPredicate in org.eclipse.collections.api.map.primitive
Modifier and TypeMethodDescriptionImmutableLongObjectMap.reject
(LongObjectPredicate<? super V> predicate) LongObjectMap.reject
(LongObjectPredicate<? super V> predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.MutableLongObjectMap.reject
(LongObjectPredicate<? super V> predicate) ImmutableLongObjectMap.select
(LongObjectPredicate<? super V> predicate) LongObjectMap.select
(LongObjectPredicate<? super V> predicate) Return a copy of this map containing only the key/value pairs that match the predicate.MutableLongObjectMap.select
(LongObjectPredicate<? super V> predicate) -
Uses of LongObjectPredicate in org.eclipse.collections.impl.map.mutable.primitive
Modifier and TypeMethodDescriptionLongObjectHashMap.reject
(LongObjectPredicate<? super V> predicate) SynchronizedLongObjectMap.reject
(LongObjectPredicate<? super V> predicate) UnmodifiableLongObjectMap.reject
(LongObjectPredicate<? super V> predicate) LongObjectHashMap.select
(LongObjectPredicate<? super V> predicate) SynchronizedLongObjectMap.select
(LongObjectPredicate<? super V> predicate) UnmodifiableLongObjectMap.select
(LongObjectPredicate<? super V> predicate)