Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.LongShortPredicate
-
Packages that use LongShortPredicate 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 LongShortPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type LongShortPredicate Modifier and Type Method Description default booleanLongShortMap. allSatisfyKeyValue(LongShortPredicate predicate)ImmutableLongShortMapImmutableLongShortMap. reject(LongShortPredicate predicate)LongShortMapLongShortMap. reject(LongShortPredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.MutableLongShortMapMutableLongShortMap. reject(LongShortPredicate predicate)ImmutableLongShortMapImmutableLongShortMap. select(LongShortPredicate predicate)LongShortMapLongShortMap. select(LongShortPredicate predicate)Return a copy of this map containing only the key/value pairs that match the predicate.MutableLongShortMapMutableLongShortMap. select(LongShortPredicate predicate) -
Uses of LongShortPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type LongShortPredicate Modifier and Type Method Description booleanImmutableLongShortEmptyMap. allSatisfyKeyValue(LongShortPredicate predicate)booleanImmutableLongShortHashMap. allSatisfyKeyValue(LongShortPredicate predicate)booleanImmutableLongShortSingletonMap. allSatisfyKeyValue(LongShortPredicate predicate)ImmutableLongShortMapImmutableLongShortEmptyMap. reject(LongShortPredicate predicate)ImmutableLongShortMapImmutableLongShortHashMap. reject(LongShortPredicate predicate)ImmutableLongShortMapImmutableLongShortSingletonMap. reject(LongShortPredicate predicate)ImmutableLongShortMapImmutableLongShortEmptyMap. select(LongShortPredicate predicate)ImmutableLongShortMapImmutableLongShortHashMap. select(LongShortPredicate predicate)ImmutableLongShortMapImmutableLongShortSingletonMap. select(LongShortPredicate predicate) -
Uses of LongShortPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongShortPredicate Modifier and Type Method Description booleanLongShortHashMap. allSatisfyKeyValue(LongShortPredicate predicate)booleanSynchronizedLongShortMap. allSatisfyKeyValue(LongShortPredicate predicate)LongShortHashMapLongShortHashMap. reject(LongShortPredicate predicate)MutableLongShortMapSynchronizedLongShortMap. reject(LongShortPredicate predicate)MutableLongShortMapUnmodifiableLongShortMap. reject(LongShortPredicate predicate)LongShortHashMapLongShortHashMap. select(LongShortPredicate predicate)MutableLongShortMapSynchronizedLongShortMap. select(LongShortPredicate predicate)MutableLongShortMapUnmodifiableLongShortMap. select(LongShortPredicate predicate)
-