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.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of IntDoublePredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type IntDoublePredicateModifier and TypeMethodDescriptionImmutableIntDoubleMap.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) -
Uses of IntDoublePredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type IntDoublePredicateModifier and TypeMethodDescriptionImmutableIntDoubleEmptyMap.reject
(IntDoublePredicate predicate) ImmutableIntDoubleHashMap.reject
(IntDoublePredicate predicate) ImmutableIntDoubleSingletonMap.reject
(IntDoublePredicate predicate) ImmutableIntDoubleEmptyMap.select
(IntDoublePredicate predicate) ImmutableIntDoubleHashMap.select
(IntDoublePredicate predicate) ImmutableIntDoubleSingletonMap.select
(IntDoublePredicate predicate) -
Uses of IntDoublePredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntDoublePredicateModifier and TypeMethodDescriptionIntDoubleHashMap.reject
(IntDoublePredicate predicate) SynchronizedIntDoubleMap.reject
(IntDoublePredicate predicate) UnmodifiableIntDoubleMap.reject
(IntDoublePredicate predicate) IntDoubleHashMap.select
(IntDoublePredicate predicate) SynchronizedIntDoubleMap.select
(IntDoublePredicate predicate) UnmodifiableIntDoubleMap.select
(IntDoublePredicate predicate)