Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.DoubleBytePredicate
Packages that use DoubleBytePredicate
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 DoubleBytePredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleBytePredicateModifier and TypeMethodDescriptiondefault booleanDoubleByteMap.allSatisfyKeyValue(DoubleBytePredicate predicate) DoubleByteMap.reject(DoubleBytePredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableDoubleByteMap.reject(DoubleBytePredicate predicate) MutableDoubleByteMap.reject(DoubleBytePredicate predicate) DoubleByteMap.select(DoubleBytePredicate predicate) Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableDoubleByteMap.select(DoubleBytePredicate predicate) MutableDoubleByteMap.select(DoubleBytePredicate predicate) -
Uses of DoubleBytePredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type DoubleBytePredicateModifier and TypeMethodDescriptionbooleanImmutableDoubleByteEmptyMap.allSatisfyKeyValue(DoubleBytePredicate predicate) booleanImmutableDoubleByteHashMap.allSatisfyKeyValue(DoubleBytePredicate predicate) booleanImmutableDoubleByteSingletonMap.allSatisfyKeyValue(DoubleBytePredicate predicate) ImmutableDoubleByteEmptyMap.reject(DoubleBytePredicate predicate) ImmutableDoubleByteHashMap.reject(DoubleBytePredicate predicate) ImmutableDoubleByteSingletonMap.reject(DoubleBytePredicate predicate) ImmutableDoubleByteEmptyMap.select(DoubleBytePredicate predicate) ImmutableDoubleByteHashMap.select(DoubleBytePredicate predicate) ImmutableDoubleByteSingletonMap.select(DoubleBytePredicate predicate) -
Uses of DoubleBytePredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleBytePredicateModifier and TypeMethodDescriptionbooleanDoubleByteHashMap.allSatisfyKeyValue(DoubleBytePredicate predicate) booleanSynchronizedDoubleByteMap.allSatisfyKeyValue(DoubleBytePredicate predicate) DoubleByteHashMap.reject(DoubleBytePredicate predicate) SynchronizedDoubleByteMap.reject(DoubleBytePredicate predicate) UnmodifiableDoubleByteMap.reject(DoubleBytePredicate predicate) DoubleByteHashMap.select(DoubleBytePredicate predicate) SynchronizedDoubleByteMap.select(DoubleBytePredicate predicate) UnmodifiableDoubleByteMap.select(DoubleBytePredicate predicate)