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