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