Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ByteBooleanPredicate
Package
Description
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
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
Modifier and TypeMethodDescriptionByteBooleanMap.reject
(ByteBooleanPredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableByteBooleanMap.reject
(ByteBooleanPredicate predicate) MutableByteBooleanMap.reject
(ByteBooleanPredicate predicate) ByteBooleanMap.select
(ByteBooleanPredicate predicate) Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableByteBooleanMap.select
(ByteBooleanPredicate predicate) MutableByteBooleanMap.select
(ByteBooleanPredicate predicate) -
Uses of ByteBooleanPredicate in org.eclipse.collections.impl.map.mutable.primitive
Modifier and TypeMethodDescriptionByteBooleanHashMap.reject
(ByteBooleanPredicate predicate) SynchronizedByteBooleanMap.reject
(ByteBooleanPredicate predicate) UnmodifiableByteBooleanMap.reject
(ByteBooleanPredicate predicate) ByteBooleanHashMap.select
(ByteBooleanPredicate predicate) SynchronizedByteBooleanMap.select
(ByteBooleanPredicate predicate) UnmodifiableByteBooleanMap.select
(ByteBooleanPredicate predicate)