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