Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ByteBooleanPredicate
-
Packages that use ByteBooleanPredicate 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 ByteBooleanPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ByteBooleanPredicate Modifier and Type Method Description ByteBooleanMap
ByteBooleanMap. reject(ByteBooleanPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableByteBooleanMap
ImmutableByteBooleanMap. reject(ByteBooleanPredicate predicate)
MutableByteBooleanMap
MutableByteBooleanMap. reject(ByteBooleanPredicate predicate)
ByteBooleanMap
ByteBooleanMap. select(ByteBooleanPredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableByteBooleanMap
ImmutableByteBooleanMap. select(ByteBooleanPredicate predicate)
MutableByteBooleanMap
MutableByteBooleanMap. select(ByteBooleanPredicate predicate)
-
Uses of ByteBooleanPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ByteBooleanPredicate Modifier and Type Method Description ImmutableByteBooleanMap
ImmutableByteBooleanEmptyMap. reject(ByteBooleanPredicate predicate)
ImmutableByteBooleanMap
ImmutableByteBooleanHashMap. reject(ByteBooleanPredicate predicate)
ImmutableByteBooleanMap
ImmutableByteBooleanSingletonMap. reject(ByteBooleanPredicate predicate)
ImmutableByteBooleanMap
ImmutableByteBooleanEmptyMap. select(ByteBooleanPredicate predicate)
ImmutableByteBooleanMap
ImmutableByteBooleanHashMap. select(ByteBooleanPredicate predicate)
ImmutableByteBooleanMap
ImmutableByteBooleanSingletonMap. select(ByteBooleanPredicate predicate)
-
Uses of ByteBooleanPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ByteBooleanPredicate Modifier and Type Method Description ByteBooleanHashMap
ByteBooleanHashMap. reject(ByteBooleanPredicate predicate)
MutableByteBooleanMap
SynchronizedByteBooleanMap. reject(ByteBooleanPredicate predicate)
MutableByteBooleanMap
UnmodifiableByteBooleanMap. reject(ByteBooleanPredicate predicate)
ByteBooleanHashMap
ByteBooleanHashMap. select(ByteBooleanPredicate predicate)
MutableByteBooleanMap
SynchronizedByteBooleanMap. select(ByteBooleanPredicate predicate)
MutableByteBooleanMap
UnmodifiableByteBooleanMap. select(ByteBooleanPredicate predicate)
-