Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.DoubleFloatPredicate
-
Packages that use DoubleFloatPredicate 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 DoubleFloatPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleFloatPredicate Modifier and Type Method Description DoubleFloatMap
DoubleFloatMap. reject(DoubleFloatPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableDoubleFloatMap
ImmutableDoubleFloatMap. reject(DoubleFloatPredicate predicate)
MutableDoubleFloatMap
MutableDoubleFloatMap. reject(DoubleFloatPredicate predicate)
DoubleFloatMap
DoubleFloatMap. select(DoubleFloatPredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableDoubleFloatMap
ImmutableDoubleFloatMap. select(DoubleFloatPredicate predicate)
MutableDoubleFloatMap
MutableDoubleFloatMap. select(DoubleFloatPredicate predicate)
-
Uses of DoubleFloatPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type DoubleFloatPredicate Modifier and Type Method Description ImmutableDoubleFloatMap
ImmutableDoubleFloatEmptyMap. reject(DoubleFloatPredicate predicate)
ImmutableDoubleFloatMap
ImmutableDoubleFloatHashMap. reject(DoubleFloatPredicate predicate)
ImmutableDoubleFloatMap
ImmutableDoubleFloatSingletonMap. reject(DoubleFloatPredicate predicate)
ImmutableDoubleFloatMap
ImmutableDoubleFloatEmptyMap. select(DoubleFloatPredicate predicate)
ImmutableDoubleFloatMap
ImmutableDoubleFloatHashMap. select(DoubleFloatPredicate predicate)
ImmutableDoubleFloatMap
ImmutableDoubleFloatSingletonMap. select(DoubleFloatPredicate predicate)
-
Uses of DoubleFloatPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleFloatPredicate Modifier and Type Method Description DoubleFloatHashMap
DoubleFloatHashMap. reject(DoubleFloatPredicate predicate)
MutableDoubleFloatMap
SynchronizedDoubleFloatMap. reject(DoubleFloatPredicate predicate)
MutableDoubleFloatMap
UnmodifiableDoubleFloatMap. reject(DoubleFloatPredicate predicate)
DoubleFloatHashMap
DoubleFloatHashMap. select(DoubleFloatPredicate predicate)
MutableDoubleFloatMap
SynchronizedDoubleFloatMap. select(DoubleFloatPredicate predicate)
MutableDoubleFloatMap
UnmodifiableDoubleFloatMap. select(DoubleFloatPredicate predicate)
-