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 ImmutableLongShortMap
ImmutableLongShortMap. reject(LongShortPredicate predicate)
LongShortMap
LongShortMap. reject(LongShortPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.MutableLongShortMap
MutableLongShortMap. reject(LongShortPredicate predicate)
ImmutableLongShortMap
ImmutableLongShortMap. select(LongShortPredicate predicate)
LongShortMap
LongShortMap. select(LongShortPredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.MutableLongShortMap
MutableLongShortMap. 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 ImmutableLongShortMap
ImmutableLongShortEmptyMap. reject(LongShortPredicate predicate)
ImmutableLongShortMap
ImmutableLongShortHashMap. reject(LongShortPredicate predicate)
ImmutableLongShortMap
ImmutableLongShortSingletonMap. reject(LongShortPredicate predicate)
ImmutableLongShortMap
ImmutableLongShortEmptyMap. select(LongShortPredicate predicate)
ImmutableLongShortMap
ImmutableLongShortHashMap. select(LongShortPredicate predicate)
ImmutableLongShortMap
ImmutableLongShortSingletonMap. 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 LongShortHashMap
LongShortHashMap. reject(LongShortPredicate predicate)
MutableLongShortMap
SynchronizedLongShortMap. reject(LongShortPredicate predicate)
MutableLongShortMap
UnmodifiableLongShortMap. reject(LongShortPredicate predicate)
LongShortHashMap
LongShortHashMap. select(LongShortPredicate predicate)
MutableLongShortMap
SynchronizedLongShortMap. select(LongShortPredicate predicate)
MutableLongShortMap
UnmodifiableLongShortMap. select(LongShortPredicate predicate)
-