Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ByteBytePredicate
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 ByteBytePredicate in org.eclipse.collections.api.map.primitive
Modifier and TypeMethodDescriptionByteByteMap.reject
(ByteBytePredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableByteByteMap.reject
(ByteBytePredicate predicate) MutableByteByteMap.reject
(ByteBytePredicate predicate) ByteByteMap.select
(ByteBytePredicate predicate) Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableByteByteMap.select
(ByteBytePredicate predicate) MutableByteByteMap.select
(ByteBytePredicate predicate) -
Uses of ByteBytePredicate in org.eclipse.collections.impl.map.mutable.primitive
Modifier and TypeMethodDescriptionByteByteHashMap.reject
(ByteBytePredicate predicate) SynchronizedByteByteMap.reject
(ByteBytePredicate predicate) UnmodifiableByteByteMap.reject
(ByteBytePredicate predicate) ByteByteHashMap.select
(ByteBytePredicate predicate) SynchronizedByteByteMap.select
(ByteBytePredicate predicate) UnmodifiableByteByteMap.select
(ByteBytePredicate predicate)