Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.IntFloatPredicate
-
Packages that use IntFloatPredicate 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 IntFloatPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type IntFloatPredicate Modifier and Type Method Description default booleanIntFloatMap. allSatisfyKeyValue(IntFloatPredicate predicate)ImmutableIntFloatMapImmutableIntFloatMap. reject(IntFloatPredicate predicate)IntFloatMapIntFloatMap. reject(IntFloatPredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.MutableIntFloatMapMutableIntFloatMap. reject(IntFloatPredicate predicate)ImmutableIntFloatMapImmutableIntFloatMap. select(IntFloatPredicate predicate)IntFloatMapIntFloatMap. select(IntFloatPredicate predicate)Return a copy of this map containing only the key/value pairs that match the predicate.MutableIntFloatMapMutableIntFloatMap. select(IntFloatPredicate predicate) -
Uses of IntFloatPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type IntFloatPredicate Modifier and Type Method Description booleanImmutableIntFloatEmptyMap. allSatisfyKeyValue(IntFloatPredicate predicate)booleanImmutableIntFloatHashMap. allSatisfyKeyValue(IntFloatPredicate predicate)booleanImmutableIntFloatSingletonMap. allSatisfyKeyValue(IntFloatPredicate predicate)ImmutableIntFloatMapImmutableIntFloatEmptyMap. reject(IntFloatPredicate predicate)ImmutableIntFloatMapImmutableIntFloatHashMap. reject(IntFloatPredicate predicate)ImmutableIntFloatMapImmutableIntFloatSingletonMap. reject(IntFloatPredicate predicate)ImmutableIntFloatMapImmutableIntFloatEmptyMap. select(IntFloatPredicate predicate)ImmutableIntFloatMapImmutableIntFloatHashMap. select(IntFloatPredicate predicate)ImmutableIntFloatMapImmutableIntFloatSingletonMap. select(IntFloatPredicate predicate) -
Uses of IntFloatPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntFloatPredicate Modifier and Type Method Description booleanIntFloatHashMap. allSatisfyKeyValue(IntFloatPredicate predicate)booleanSynchronizedIntFloatMap. allSatisfyKeyValue(IntFloatPredicate predicate)IntFloatHashMapIntFloatHashMap. reject(IntFloatPredicate predicate)MutableIntFloatMapSynchronizedIntFloatMap. reject(IntFloatPredicate predicate)MutableIntFloatMapUnmodifiableIntFloatMap. reject(IntFloatPredicate predicate)IntFloatHashMapIntFloatHashMap. select(IntFloatPredicate predicate)MutableIntFloatMapSynchronizedIntFloatMap. select(IntFloatPredicate predicate)MutableIntFloatMapUnmodifiableIntFloatMap. select(IntFloatPredicate predicate)
-