Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ByteBytePredicate
Packages that use 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.
-
Uses of ByteBytePredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ByteBytePredicateModifier and TypeMethodDescriptiondefault booleanByteByteMap.allSatisfyKeyValue(ByteBytePredicate predicate) ByteByteMap.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)