Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.LongBytePredicate
-
Packages that use LongBytePredicate 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 LongBytePredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type LongBytePredicate Modifier and Type Method Description ImmutableLongByteMap
ImmutableLongByteMap. reject(LongBytePredicate predicate)
LongByteMap
LongByteMap. reject(LongBytePredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.MutableLongByteMap
MutableLongByteMap. reject(LongBytePredicate predicate)
ImmutableLongByteMap
ImmutableLongByteMap. select(LongBytePredicate predicate)
LongByteMap
LongByteMap. select(LongBytePredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.MutableLongByteMap
MutableLongByteMap. select(LongBytePredicate predicate)
-
Uses of LongBytePredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type LongBytePredicate Modifier and Type Method Description ImmutableLongByteMap
ImmutableLongByteEmptyMap. reject(LongBytePredicate predicate)
ImmutableLongByteMap
ImmutableLongByteHashMap. reject(LongBytePredicate predicate)
ImmutableLongByteMap
ImmutableLongByteSingletonMap. reject(LongBytePredicate predicate)
ImmutableLongByteMap
ImmutableLongByteEmptyMap. select(LongBytePredicate predicate)
ImmutableLongByteMap
ImmutableLongByteHashMap. select(LongBytePredicate predicate)
ImmutableLongByteMap
ImmutableLongByteSingletonMap. select(LongBytePredicate predicate)
-
Uses of LongBytePredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongBytePredicate Modifier and Type Method Description LongByteHashMap
LongByteHashMap. reject(LongBytePredicate predicate)
MutableLongByteMap
SynchronizedLongByteMap. reject(LongBytePredicate predicate)
MutableLongByteMap
UnmodifiableLongByteMap. reject(LongBytePredicate predicate)
LongByteHashMap
LongByteHashMap. select(LongBytePredicate predicate)
MutableLongByteMap
SynchronizedLongByteMap. select(LongBytePredicate predicate)
MutableLongByteMap
UnmodifiableLongByteMap. select(LongBytePredicate predicate)
-