Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.FloatCharPredicate
Packages that use FloatCharPredicate
Package
Description
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of FloatCharPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type FloatCharPredicateModifier and TypeMethodDescriptionFloatCharMap.reject
(FloatCharPredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableFloatCharMap.reject
(FloatCharPredicate predicate) MutableFloatCharMap.reject
(FloatCharPredicate predicate) FloatCharMap.select
(FloatCharPredicate predicate) Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableFloatCharMap.select
(FloatCharPredicate predicate) MutableFloatCharMap.select
(FloatCharPredicate predicate) -
Uses of FloatCharPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type FloatCharPredicateModifier and TypeMethodDescriptionImmutableFloatCharEmptyMap.reject
(FloatCharPredicate predicate) ImmutableFloatCharHashMap.reject
(FloatCharPredicate predicate) ImmutableFloatCharSingletonMap.reject
(FloatCharPredicate predicate) ImmutableFloatCharEmptyMap.select
(FloatCharPredicate predicate) ImmutableFloatCharHashMap.select
(FloatCharPredicate predicate) ImmutableFloatCharSingletonMap.select
(FloatCharPredicate predicate) -
Uses of FloatCharPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type FloatCharPredicateModifier and TypeMethodDescriptionFloatCharHashMap.reject
(FloatCharPredicate predicate) SynchronizedFloatCharMap.reject
(FloatCharPredicate predicate) UnmodifiableFloatCharMap.reject
(FloatCharPredicate predicate) FloatCharHashMap.select
(FloatCharPredicate predicate) SynchronizedFloatCharMap.select
(FloatCharPredicate predicate) UnmodifiableFloatCharMap.select
(FloatCharPredicate predicate)