Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.DoubleDoublePredicate
-
Packages that use DoubleDoublePredicate Package Description org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces. -
-
Uses of DoubleDoublePredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleDoublePredicate Modifier and Type Method Description DoubleDoubleMap
DoubleDoubleMap. reject(DoubleDoublePredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableDoubleDoubleMap
ImmutableDoubleDoubleMap. reject(DoubleDoublePredicate predicate)
MutableDoubleDoubleMap
MutableDoubleDoubleMap. reject(DoubleDoublePredicate predicate)
DoubleDoubleMap
DoubleDoubleMap. select(DoubleDoublePredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableDoubleDoubleMap
ImmutableDoubleDoubleMap. select(DoubleDoublePredicate predicate)
MutableDoubleDoubleMap
MutableDoubleDoubleMap. select(DoubleDoublePredicate predicate)
-
Uses of DoubleDoublePredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type DoubleDoublePredicate Modifier and Type Method Description ImmutableDoubleDoubleMap
ImmutableDoubleDoubleEmptyMap. reject(DoubleDoublePredicate predicate)
ImmutableDoubleDoubleMap
ImmutableDoubleDoubleHashMap. reject(DoubleDoublePredicate predicate)
ImmutableDoubleDoubleMap
ImmutableDoubleDoubleSingletonMap. reject(DoubleDoublePredicate predicate)
ImmutableDoubleDoubleMap
ImmutableDoubleDoubleEmptyMap. select(DoubleDoublePredicate predicate)
ImmutableDoubleDoubleMap
ImmutableDoubleDoubleHashMap. select(DoubleDoublePredicate predicate)
ImmutableDoubleDoubleMap
ImmutableDoubleDoubleSingletonMap. select(DoubleDoublePredicate predicate)
-
Uses of DoubleDoublePredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleDoublePredicate Modifier and Type Method Description DoubleDoubleHashMap
DoubleDoubleHashMap. reject(DoubleDoublePredicate predicate)
MutableDoubleDoubleMap
SynchronizedDoubleDoubleMap. reject(DoubleDoublePredicate predicate)
MutableDoubleDoubleMap
UnmodifiableDoubleDoubleMap. reject(DoubleDoublePredicate predicate)
DoubleDoubleHashMap
DoubleDoubleHashMap. select(DoubleDoublePredicate predicate)
MutableDoubleDoubleMap
SynchronizedDoubleDoubleMap. select(DoubleDoublePredicate predicate)
MutableDoubleDoubleMap
UnmodifiableDoubleDoubleMap. select(DoubleDoublePredicate predicate)
-