Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.FloatCharPredicate
-
Packages that use FloatCharPredicate 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 FloatCharPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type FloatCharPredicate Modifier and Type Method Description FloatCharMapFloatCharMap. reject(FloatCharPredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableFloatCharMapImmutableFloatCharMap. reject(FloatCharPredicate predicate)MutableFloatCharMapMutableFloatCharMap. reject(FloatCharPredicate predicate)FloatCharMapFloatCharMap. select(FloatCharPredicate predicate)Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableFloatCharMapImmutableFloatCharMap. select(FloatCharPredicate predicate)MutableFloatCharMapMutableFloatCharMap. select(FloatCharPredicate predicate)
-