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