Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.CharBytePredicate
-
Packages that use CharBytePredicate 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 CharBytePredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type CharBytePredicate Modifier and Type Method Description CharByteMap
CharByteMap. reject(CharBytePredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableCharByteMap
ImmutableCharByteMap. reject(CharBytePredicate predicate)
MutableCharByteMap
MutableCharByteMap. reject(CharBytePredicate predicate)
CharByteMap
CharByteMap. select(CharBytePredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableCharByteMap
ImmutableCharByteMap. select(CharBytePredicate predicate)
MutableCharByteMap
MutableCharByteMap. select(CharBytePredicate predicate)
-
Uses of CharBytePredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type CharBytePredicate Modifier and Type Method Description ImmutableCharByteMap
ImmutableCharByteEmptyMap. reject(CharBytePredicate predicate)
ImmutableCharByteMap
ImmutableCharByteHashMap. reject(CharBytePredicate predicate)
ImmutableCharByteMap
ImmutableCharByteSingletonMap. reject(CharBytePredicate predicate)
ImmutableCharByteMap
ImmutableCharByteEmptyMap. select(CharBytePredicate predicate)
ImmutableCharByteMap
ImmutableCharByteHashMap. select(CharBytePredicate predicate)
ImmutableCharByteMap
ImmutableCharByteSingletonMap. select(CharBytePredicate predicate)
-
Uses of CharBytePredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharBytePredicate Modifier and Type Method Description CharByteHashMap
CharByteHashMap. reject(CharBytePredicate predicate)
MutableCharByteMap
SynchronizedCharByteMap. reject(CharBytePredicate predicate)
MutableCharByteMap
UnmodifiableCharByteMap. reject(CharBytePredicate predicate)
CharByteHashMap
CharByteHashMap. select(CharBytePredicate predicate)
MutableCharByteMap
SynchronizedCharByteMap. select(CharBytePredicate predicate)
MutableCharByteMap
UnmodifiableCharByteMap. select(CharBytePredicate predicate)
-