Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.FloatCharPredicate
-
Packages that use FloatCharPredicate 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 FloatCharPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type FloatCharPredicate Modifier and Type Method Description FloatCharMap
FloatCharMap. reject(FloatCharPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableFloatCharMap
ImmutableFloatCharMap. reject(FloatCharPredicate predicate)
MutableFloatCharMap
MutableFloatCharMap. reject(FloatCharPredicate predicate)
FloatCharMap
FloatCharMap. select(FloatCharPredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableFloatCharMap
ImmutableFloatCharMap. select(FloatCharPredicate predicate)
MutableFloatCharMap
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 FloatCharPredicate Modifier and Type Method Description ImmutableFloatCharMap
ImmutableFloatCharEmptyMap. reject(FloatCharPredicate predicate)
ImmutableFloatCharMap
ImmutableFloatCharHashMap. reject(FloatCharPredicate predicate)
ImmutableFloatCharMap
ImmutableFloatCharSingletonMap. reject(FloatCharPredicate predicate)
ImmutableFloatCharMap
ImmutableFloatCharEmptyMap. select(FloatCharPredicate predicate)
ImmutableFloatCharMap
ImmutableFloatCharHashMap. select(FloatCharPredicate predicate)
ImmutableFloatCharMap
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 FloatCharPredicate Modifier and Type Method Description FloatCharHashMap
FloatCharHashMap. reject(FloatCharPredicate predicate)
MutableFloatCharMap
SynchronizedFloatCharMap. reject(FloatCharPredicate predicate)
MutableFloatCharMap
UnmodifiableFloatCharMap. reject(FloatCharPredicate predicate)
FloatCharHashMap
FloatCharHashMap. select(FloatCharPredicate predicate)
MutableFloatCharMap
SynchronizedFloatCharMap. select(FloatCharPredicate predicate)
MutableFloatCharMap
UnmodifiableFloatCharMap. select(FloatCharPredicate predicate)
-