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