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 default booleanDoubleDoubleMap. allSatisfyKeyValue(DoubleDoublePredicate predicate)DoubleDoubleMapDoubleDoubleMap. reject(DoubleDoublePredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableDoubleDoubleMapImmutableDoubleDoubleMap. reject(DoubleDoublePredicate predicate)MutableDoubleDoubleMapMutableDoubleDoubleMap. reject(DoubleDoublePredicate predicate)DoubleDoubleMapDoubleDoubleMap. select(DoubleDoublePredicate predicate)Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableDoubleDoubleMapImmutableDoubleDoubleMap. select(DoubleDoublePredicate predicate)MutableDoubleDoubleMapMutableDoubleDoubleMap. 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 booleanImmutableDoubleDoubleEmptyMap. allSatisfyKeyValue(DoubleDoublePredicate predicate)booleanImmutableDoubleDoubleHashMap. allSatisfyKeyValue(DoubleDoublePredicate predicate)booleanImmutableDoubleDoubleSingletonMap. allSatisfyKeyValue(DoubleDoublePredicate predicate)ImmutableDoubleDoubleMapImmutableDoubleDoubleEmptyMap. reject(DoubleDoublePredicate predicate)ImmutableDoubleDoubleMapImmutableDoubleDoubleHashMap. reject(DoubleDoublePredicate predicate)ImmutableDoubleDoubleMapImmutableDoubleDoubleSingletonMap. reject(DoubleDoublePredicate predicate)ImmutableDoubleDoubleMapImmutableDoubleDoubleEmptyMap. select(DoubleDoublePredicate predicate)ImmutableDoubleDoubleMapImmutableDoubleDoubleHashMap. select(DoubleDoublePredicate predicate)ImmutableDoubleDoubleMapImmutableDoubleDoubleSingletonMap. 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 booleanDoubleDoubleHashMap. allSatisfyKeyValue(DoubleDoublePredicate predicate)booleanSynchronizedDoubleDoubleMap. allSatisfyKeyValue(DoubleDoublePredicate predicate)DoubleDoubleHashMapDoubleDoubleHashMap. reject(DoubleDoublePredicate predicate)MutableDoubleDoubleMapSynchronizedDoubleDoubleMap. reject(DoubleDoublePredicate predicate)MutableDoubleDoubleMapUnmodifiableDoubleDoubleMap. reject(DoubleDoublePredicate predicate)DoubleDoubleHashMapDoubleDoubleHashMap. select(DoubleDoublePredicate predicate)MutableDoubleDoubleMapSynchronizedDoubleDoubleMap. select(DoubleDoublePredicate predicate)MutableDoubleDoubleMapUnmodifiableDoubleDoubleMap. select(DoubleDoublePredicate predicate)
-