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 default booleanFloatLongMap. allSatisfyKeyValue(FloatLongPredicate predicate)FloatLongMapFloatLongMap. reject(FloatLongPredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableFloatLongMapImmutableFloatLongMap. reject(FloatLongPredicate predicate)MutableFloatLongMapMutableFloatLongMap. reject(FloatLongPredicate predicate)FloatLongMapFloatLongMap. select(FloatLongPredicate predicate)Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableFloatLongMapImmutableFloatLongMap. select(FloatLongPredicate predicate)MutableFloatLongMapMutableFloatLongMap. 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 booleanImmutableFloatLongEmptyMap. allSatisfyKeyValue(FloatLongPredicate predicate)booleanImmutableFloatLongHashMap. allSatisfyKeyValue(FloatLongPredicate predicate)booleanImmutableFloatLongSingletonMap. allSatisfyKeyValue(FloatLongPredicate predicate)ImmutableFloatLongMapImmutableFloatLongEmptyMap. reject(FloatLongPredicate predicate)ImmutableFloatLongMapImmutableFloatLongHashMap. reject(FloatLongPredicate predicate)ImmutableFloatLongMapImmutableFloatLongSingletonMap. reject(FloatLongPredicate predicate)ImmutableFloatLongMapImmutableFloatLongEmptyMap. select(FloatLongPredicate predicate)ImmutableFloatLongMapImmutableFloatLongHashMap. select(FloatLongPredicate predicate)ImmutableFloatLongMapImmutableFloatLongSingletonMap. 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 booleanFloatLongHashMap. allSatisfyKeyValue(FloatLongPredicate predicate)booleanSynchronizedFloatLongMap. allSatisfyKeyValue(FloatLongPredicate predicate)FloatLongHashMapFloatLongHashMap. reject(FloatLongPredicate predicate)MutableFloatLongMapSynchronizedFloatLongMap. reject(FloatLongPredicate predicate)MutableFloatLongMapUnmodifiableFloatLongMap. reject(FloatLongPredicate predicate)FloatLongHashMapFloatLongHashMap. select(FloatLongPredicate predicate)MutableFloatLongMapSynchronizedFloatLongMap. select(FloatLongPredicate predicate)MutableFloatLongMapUnmodifiableFloatLongMap. select(FloatLongPredicate predicate)
-