Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.LongBooleanPredicate
-
Packages that use LongBooleanPredicate 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 LongBooleanPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type LongBooleanPredicate Modifier and Type Method Description ImmutableLongBooleanMap
ImmutableLongBooleanMap. reject(LongBooleanPredicate predicate)
LongBooleanMap
LongBooleanMap. reject(LongBooleanPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.MutableLongBooleanMap
MutableLongBooleanMap. reject(LongBooleanPredicate predicate)
ImmutableLongBooleanMap
ImmutableLongBooleanMap. select(LongBooleanPredicate predicate)
LongBooleanMap
LongBooleanMap. select(LongBooleanPredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.MutableLongBooleanMap
MutableLongBooleanMap. select(LongBooleanPredicate predicate)
-
Uses of LongBooleanPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type LongBooleanPredicate Modifier and Type Method Description ImmutableLongBooleanMap
ImmutableLongBooleanEmptyMap. reject(LongBooleanPredicate predicate)
ImmutableLongBooleanMap
ImmutableLongBooleanHashMap. reject(LongBooleanPredicate predicate)
ImmutableLongBooleanMap
ImmutableLongBooleanSingletonMap. reject(LongBooleanPredicate predicate)
ImmutableLongBooleanMap
ImmutableLongBooleanEmptyMap. select(LongBooleanPredicate predicate)
ImmutableLongBooleanMap
ImmutableLongBooleanHashMap. select(LongBooleanPredicate predicate)
ImmutableLongBooleanMap
ImmutableLongBooleanSingletonMap. select(LongBooleanPredicate predicate)
-
Uses of LongBooleanPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongBooleanPredicate Modifier and Type Method Description LongBooleanHashMap
LongBooleanHashMap. reject(LongBooleanPredicate predicate)
MutableLongBooleanMap
SynchronizedLongBooleanMap. reject(LongBooleanPredicate predicate)
MutableLongBooleanMap
UnmodifiableLongBooleanMap. reject(LongBooleanPredicate predicate)
LongBooleanHashMap
LongBooleanHashMap. select(LongBooleanPredicate predicate)
MutableLongBooleanMap
SynchronizedLongBooleanMap. select(LongBooleanPredicate predicate)
MutableLongBooleanMap
UnmodifiableLongBooleanMap. select(LongBooleanPredicate predicate)
-