Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ByteCharPredicate
Packages that use ByteCharPredicate
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 ByteCharPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ByteCharPredicateModifier and TypeMethodDescriptionByteCharMap.reject
(ByteCharPredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableByteCharMap.reject
(ByteCharPredicate predicate) MutableByteCharMap.reject
(ByteCharPredicate predicate) ByteCharMap.select
(ByteCharPredicate predicate) Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableByteCharMap.select
(ByteCharPredicate predicate) MutableByteCharMap.select
(ByteCharPredicate predicate) -
Uses of ByteCharPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ByteCharPredicateModifier and TypeMethodDescriptionByteCharHashMap.reject
(ByteCharPredicate predicate) SynchronizedByteCharMap.reject
(ByteCharPredicate predicate) UnmodifiableByteCharMap.reject
(ByteCharPredicate predicate) ByteCharHashMap.select
(ByteCharPredicate predicate) SynchronizedByteCharMap.select
(ByteCharPredicate predicate) UnmodifiableByteCharMap.select
(ByteCharPredicate predicate)