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. -
-
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 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)
-