Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ShortBooleanPredicate
-
Packages that use ShortBooleanPredicate Package Description org.eclipse.collections.api.map.primitive 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 ShortBooleanPredicate Modifier and Type Method Description ImmutableShortBooleanMapImmutableShortBooleanMap. reject(ShortBooleanPredicate predicate)MutableShortBooleanMapMutableShortBooleanMap. reject(ShortBooleanPredicate predicate)ShortBooleanMapShortBooleanMap. reject(ShortBooleanPredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableShortBooleanMapImmutableShortBooleanMap. select(ShortBooleanPredicate predicate)MutableShortBooleanMapMutableShortBooleanMap. select(ShortBooleanPredicate predicate)ShortBooleanMapShortBooleanMap. select(ShortBooleanPredicate predicate)Return a copy of this map containing only the key/value pairs that match the predicate.
-