Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ShortBooleanPredicate
Packages that use ShortBooleanPredicate
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 ShortBooleanPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortBooleanPredicateModifier and TypeMethodDescriptiondefault booleanShortBooleanMap.allSatisfyKeyValue(ShortBooleanPredicate predicate) ImmutableShortBooleanMap.reject(ShortBooleanPredicate predicate) MutableShortBooleanMap.reject(ShortBooleanPredicate predicate) ShortBooleanMap.reject(ShortBooleanPredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableShortBooleanMap.select(ShortBooleanPredicate predicate) MutableShortBooleanMap.select(ShortBooleanPredicate predicate) ShortBooleanMap.select(ShortBooleanPredicate predicate) Return a copy of this map containing only the key/value pairs that match the predicate.