Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.FloatShortPredicate
-
Packages that use FloatShortPredicate 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 FloatShortPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type FloatShortPredicate Modifier and Type Method Description FloatShortMap
FloatShortMap. reject(FloatShortPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableFloatShortMap
ImmutableFloatShortMap. reject(FloatShortPredicate predicate)
MutableFloatShortMap
MutableFloatShortMap. reject(FloatShortPredicate predicate)
FloatShortMap
FloatShortMap. select(FloatShortPredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableFloatShortMap
ImmutableFloatShortMap. select(FloatShortPredicate predicate)
MutableFloatShortMap
MutableFloatShortMap. select(FloatShortPredicate predicate)
-
Uses of FloatShortPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type FloatShortPredicate Modifier and Type Method Description ImmutableFloatShortMap
ImmutableFloatShortEmptyMap. reject(FloatShortPredicate predicate)
ImmutableFloatShortMap
ImmutableFloatShortHashMap. reject(FloatShortPredicate predicate)
ImmutableFloatShortMap
ImmutableFloatShortSingletonMap. reject(FloatShortPredicate predicate)
ImmutableFloatShortMap
ImmutableFloatShortEmptyMap. select(FloatShortPredicate predicate)
ImmutableFloatShortMap
ImmutableFloatShortHashMap. select(FloatShortPredicate predicate)
ImmutableFloatShortMap
ImmutableFloatShortSingletonMap. select(FloatShortPredicate predicate)
-
Uses of FloatShortPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type FloatShortPredicate Modifier and Type Method Description FloatShortHashMap
FloatShortHashMap. reject(FloatShortPredicate predicate)
MutableFloatShortMap
SynchronizedFloatShortMap. reject(FloatShortPredicate predicate)
MutableFloatShortMap
UnmodifiableFloatShortMap. reject(FloatShortPredicate predicate)
FloatShortHashMap
FloatShortHashMap. select(FloatShortPredicate predicate)
MutableFloatShortMap
SynchronizedFloatShortMap. select(FloatShortPredicate predicate)
MutableFloatShortMap
UnmodifiableFloatShortMap. select(FloatShortPredicate predicate)
-