Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.FloatDoublePredicate
-
Packages that use FloatDoublePredicate 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 FloatDoublePredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type FloatDoublePredicate Modifier and Type Method Description FloatDoubleMap
FloatDoubleMap. reject(FloatDoublePredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableFloatDoubleMap
ImmutableFloatDoubleMap. reject(FloatDoublePredicate predicate)
MutableFloatDoubleMap
MutableFloatDoubleMap. reject(FloatDoublePredicate predicate)
FloatDoubleMap
FloatDoubleMap. select(FloatDoublePredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableFloatDoubleMap
ImmutableFloatDoubleMap. select(FloatDoublePredicate predicate)
MutableFloatDoubleMap
MutableFloatDoubleMap. select(FloatDoublePredicate predicate)
-
Uses of FloatDoublePredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type FloatDoublePredicate Modifier and Type Method Description ImmutableFloatDoubleMap
ImmutableFloatDoubleEmptyMap. reject(FloatDoublePredicate predicate)
ImmutableFloatDoubleMap
ImmutableFloatDoubleHashMap. reject(FloatDoublePredicate predicate)
ImmutableFloatDoubleMap
ImmutableFloatDoubleSingletonMap. reject(FloatDoublePredicate predicate)
ImmutableFloatDoubleMap
ImmutableFloatDoubleEmptyMap. select(FloatDoublePredicate predicate)
ImmutableFloatDoubleMap
ImmutableFloatDoubleHashMap. select(FloatDoublePredicate predicate)
ImmutableFloatDoubleMap
ImmutableFloatDoubleSingletonMap. select(FloatDoublePredicate predicate)
-
Uses of FloatDoublePredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type FloatDoublePredicate Modifier and Type Method Description FloatDoubleHashMap
FloatDoubleHashMap. reject(FloatDoublePredicate predicate)
MutableFloatDoubleMap
SynchronizedFloatDoubleMap. reject(FloatDoublePredicate predicate)
MutableFloatDoubleMap
UnmodifiableFloatDoubleMap. reject(FloatDoublePredicate predicate)
FloatDoubleHashMap
FloatDoubleHashMap. select(FloatDoublePredicate predicate)
MutableFloatDoubleMap
SynchronizedFloatDoubleMap. select(FloatDoublePredicate predicate)
MutableFloatDoubleMap
UnmodifiableFloatDoubleMap. select(FloatDoublePredicate predicate)
-