Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.FloatLongPredicate
-
Packages that use FloatLongPredicate 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 FloatLongPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type FloatLongPredicate Modifier and Type Method Description FloatLongMap
FloatLongMap. reject(FloatLongPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableFloatLongMap
ImmutableFloatLongMap. reject(FloatLongPredicate predicate)
MutableFloatLongMap
MutableFloatLongMap. reject(FloatLongPredicate predicate)
FloatLongMap
FloatLongMap. select(FloatLongPredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableFloatLongMap
ImmutableFloatLongMap. select(FloatLongPredicate predicate)
MutableFloatLongMap
MutableFloatLongMap. select(FloatLongPredicate predicate)
-
Uses of FloatLongPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type FloatLongPredicate Modifier and Type Method Description ImmutableFloatLongMap
ImmutableFloatLongEmptyMap. reject(FloatLongPredicate predicate)
ImmutableFloatLongMap
ImmutableFloatLongHashMap. reject(FloatLongPredicate predicate)
ImmutableFloatLongMap
ImmutableFloatLongSingletonMap. reject(FloatLongPredicate predicate)
ImmutableFloatLongMap
ImmutableFloatLongEmptyMap. select(FloatLongPredicate predicate)
ImmutableFloatLongMap
ImmutableFloatLongHashMap. select(FloatLongPredicate predicate)
ImmutableFloatLongMap
ImmutableFloatLongSingletonMap. select(FloatLongPredicate predicate)
-
Uses of FloatLongPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type FloatLongPredicate Modifier and Type Method Description FloatLongHashMap
FloatLongHashMap. reject(FloatLongPredicate predicate)
MutableFloatLongMap
SynchronizedFloatLongMap. reject(FloatLongPredicate predicate)
MutableFloatLongMap
UnmodifiableFloatLongMap. reject(FloatLongPredicate predicate)
FloatLongHashMap
FloatLongHashMap. select(FloatLongPredicate predicate)
MutableFloatLongMap
SynchronizedFloatLongMap. select(FloatLongPredicate predicate)
MutableFloatLongMap
UnmodifiableFloatLongMap. select(FloatLongPredicate predicate)
-