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 default booleanFloatCharMap. allSatisfyKeyValue(FloatCharPredicate predicate)FloatCharMapFloatCharMap. reject(FloatCharPredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableFloatCharMapImmutableFloatCharMap. reject(FloatCharPredicate predicate)MutableFloatCharMapMutableFloatCharMap. reject(FloatCharPredicate predicate)FloatCharMapFloatCharMap. select(FloatCharPredicate predicate)Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableFloatCharMapImmutableFloatCharMap. select(FloatCharPredicate predicate)MutableFloatCharMapMutableFloatCharMap. 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 booleanImmutableFloatCharEmptyMap. allSatisfyKeyValue(FloatCharPredicate predicate)booleanImmutableFloatCharHashMap. allSatisfyKeyValue(FloatCharPredicate predicate)booleanImmutableFloatCharSingletonMap. allSatisfyKeyValue(FloatCharPredicate predicate)ImmutableFloatCharMapImmutableFloatCharEmptyMap. reject(FloatCharPredicate predicate)ImmutableFloatCharMapImmutableFloatCharHashMap. reject(FloatCharPredicate predicate)ImmutableFloatCharMapImmutableFloatCharSingletonMap. reject(FloatCharPredicate predicate)ImmutableFloatCharMapImmutableFloatCharEmptyMap. select(FloatCharPredicate predicate)ImmutableFloatCharMapImmutableFloatCharHashMap. select(FloatCharPredicate predicate)ImmutableFloatCharMapImmutableFloatCharSingletonMap. 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 booleanFloatCharHashMap. allSatisfyKeyValue(FloatCharPredicate predicate)booleanSynchronizedFloatCharMap. allSatisfyKeyValue(FloatCharPredicate predicate)FloatCharHashMapFloatCharHashMap. reject(FloatCharPredicate predicate)MutableFloatCharMapSynchronizedFloatCharMap. reject(FloatCharPredicate predicate)MutableFloatCharMapUnmodifiableFloatCharMap. reject(FloatCharPredicate predicate)FloatCharHashMapFloatCharHashMap. select(FloatCharPredicate predicate)MutableFloatCharMapSynchronizedFloatCharMap. select(FloatCharPredicate predicate)MutableFloatCharMapUnmodifiableFloatCharMap. select(FloatCharPredicate predicate)
-