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