Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ByteObjectPredicate
Packages that use ByteObjectPredicate
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 immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of ByteObjectPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ByteObjectPredicateModifier and TypeMethodDescriptionByteObjectMap.reject
(ByteObjectPredicate<? super V> predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableByteObjectMap.reject
(ByteObjectPredicate<? super V> predicate) MutableByteObjectMap.reject
(ByteObjectPredicate<? super V> predicate) ByteObjectMap.select
(ByteObjectPredicate<? super V> predicate) Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableByteObjectMap.select
(ByteObjectPredicate<? super V> predicate) MutableByteObjectMap.select
(ByteObjectPredicate<? super V> predicate) -
Uses of ByteObjectPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ByteObjectPredicateModifier and TypeMethodDescriptionImmutableByteObjectEmptyMap.reject
(ByteObjectPredicate<? super V> predicate) ImmutableByteObjectHashMap.reject
(ByteObjectPredicate<? super V> predicate) ImmutableByteObjectSingletonMap.reject
(ByteObjectPredicate<? super V> predicate) ImmutableByteObjectEmptyMap.select
(ByteObjectPredicate<? super V> predicate) ImmutableByteObjectHashMap.select
(ByteObjectPredicate<? super V> predicate) ImmutableByteObjectSingletonMap.select
(ByteObjectPredicate<? super V> predicate) -
Uses of ByteObjectPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ByteObjectPredicateModifier and TypeMethodDescriptionByteObjectHashMap.reject
(ByteObjectPredicate<? super V> predicate) SynchronizedByteObjectMap.reject
(ByteObjectPredicate<? super V> predicate) UnmodifiableByteObjectMap.reject
(ByteObjectPredicate<? super V> predicate) ByteObjectHashMap.select
(ByteObjectPredicate<? super V> predicate) SynchronizedByteObjectMap.select
(ByteObjectPredicate<? super V> predicate) UnmodifiableByteObjectMap.select
(ByteObjectPredicate<? super V> predicate)