Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ShortLongPredicate
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 ShortLongPredicate in org.eclipse.collections.api.map.primitive
Modifier and TypeMethodDescriptionImmutableShortLongMap.reject
(ShortLongPredicate predicate) MutableShortLongMap.reject
(ShortLongPredicate predicate) ShortLongMap.reject
(ShortLongPredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableShortLongMap.select
(ShortLongPredicate predicate) MutableShortLongMap.select
(ShortLongPredicate predicate) ShortLongMap.select
(ShortLongPredicate predicate) Return a copy of this map containing only the key/value pairs that match the predicate. -
Uses of ShortLongPredicate in org.eclipse.collections.impl.map.mutable.primitive
Modifier and TypeMethodDescriptionShortLongHashMap.reject
(ShortLongPredicate predicate) SynchronizedShortLongMap.reject
(ShortLongPredicate predicate) UnmodifiableShortLongMap.reject
(ShortLongPredicate predicate) ShortLongHashMap.select
(ShortLongPredicate predicate) SynchronizedShortLongMap.select
(ShortLongPredicate predicate) UnmodifiableShortLongMap.select
(ShortLongPredicate predicate)