Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ShortLongPredicate
Packages that use 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.
-
Uses of ShortLongPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortLongPredicateModifier and TypeMethodDescriptiondefault booleanShortLongMap.allSatisfyKeyValue(ShortLongPredicate predicate) ImmutableShortLongMap.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.