Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.DoubleObjectPredicate
Packages that use DoubleObjectPredicate
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 DoubleObjectPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleObjectPredicateModifier and TypeMethodDescriptionDoubleObjectMap.reject
(DoubleObjectPredicate<? super V> predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableDoubleObjectMap.reject
(DoubleObjectPredicate<? super V> predicate) MutableDoubleObjectMap.reject
(DoubleObjectPredicate<? super V> predicate) DoubleObjectMap.select
(DoubleObjectPredicate<? super V> predicate) Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableDoubleObjectMap.select
(DoubleObjectPredicate<? super V> predicate) MutableDoubleObjectMap.select
(DoubleObjectPredicate<? super V> predicate) -
Uses of DoubleObjectPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type DoubleObjectPredicateModifier and TypeMethodDescriptionImmutableDoubleObjectEmptyMap.reject
(DoubleObjectPredicate<? super V> predicate) ImmutableDoubleObjectHashMap.reject
(DoubleObjectPredicate<? super V> predicate) ImmutableDoubleObjectSingletonMap.reject
(DoubleObjectPredicate<? super V> predicate) ImmutableDoubleObjectEmptyMap.select
(DoubleObjectPredicate<? super V> predicate) ImmutableDoubleObjectHashMap.select
(DoubleObjectPredicate<? super V> predicate) ImmutableDoubleObjectSingletonMap.select
(DoubleObjectPredicate<? super V> predicate) -
Uses of DoubleObjectPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleObjectPredicateModifier and TypeMethodDescriptionDoubleObjectHashMap.reject
(DoubleObjectPredicate<? super V> predicate) SynchronizedDoubleObjectMap.reject
(DoubleObjectPredicate<? super V> predicate) UnmodifiableDoubleObjectMap.reject
(DoubleObjectPredicate<? super V> predicate) DoubleObjectHashMap.select
(DoubleObjectPredicate<? super V> predicate) SynchronizedDoubleObjectMap.select
(DoubleObjectPredicate<? super V> predicate) UnmodifiableDoubleObjectMap.select
(DoubleObjectPredicate<? super V> predicate)