Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.DoubleBytePredicate
-
Packages that use DoubleBytePredicate Package Description org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable.primitive 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 DoubleBytePredicate Modifier and Type Method Description DoubleByteMap
DoubleByteMap. reject(DoubleBytePredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableDoubleByteMap
ImmutableDoubleByteMap. reject(DoubleBytePredicate predicate)
MutableDoubleByteMap
MutableDoubleByteMap. reject(DoubleBytePredicate predicate)
DoubleByteMap
DoubleByteMap. select(DoubleBytePredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableDoubleByteMap
ImmutableDoubleByteMap. select(DoubleBytePredicate predicate)
MutableDoubleByteMap
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 DoubleBytePredicate Modifier and Type Method Description ImmutableDoubleByteMap
ImmutableDoubleByteEmptyMap. reject(DoubleBytePredicate predicate)
ImmutableDoubleByteMap
ImmutableDoubleByteHashMap. reject(DoubleBytePredicate predicate)
ImmutableDoubleByteMap
ImmutableDoubleByteSingletonMap. reject(DoubleBytePredicate predicate)
ImmutableDoubleByteMap
ImmutableDoubleByteEmptyMap. select(DoubleBytePredicate predicate)
ImmutableDoubleByteMap
ImmutableDoubleByteHashMap. select(DoubleBytePredicate predicate)
ImmutableDoubleByteMap
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 DoubleBytePredicate Modifier and Type Method Description DoubleByteHashMap
DoubleByteHashMap. reject(DoubleBytePredicate predicate)
MutableDoubleByteMap
SynchronizedDoubleByteMap. reject(DoubleBytePredicate predicate)
MutableDoubleByteMap
UnmodifiableDoubleByteMap. reject(DoubleBytePredicate predicate)
DoubleByteHashMap
DoubleByteHashMap. select(DoubleBytePredicate predicate)
MutableDoubleByteMap
SynchronizedDoubleByteMap. select(DoubleBytePredicate predicate)
MutableDoubleByteMap
UnmodifiableDoubleByteMap. select(DoubleBytePredicate predicate)
-