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 default booleanByteCharMap. allSatisfyKeyValue(ByteCharPredicate predicate)ByteCharMapByteCharMap. reject(ByteCharPredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableByteCharMapImmutableByteCharMap. reject(ByteCharPredicate predicate)MutableByteCharMapMutableByteCharMap. reject(ByteCharPredicate predicate)ByteCharMapByteCharMap. select(ByteCharPredicate predicate)Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableByteCharMapImmutableByteCharMap. select(ByteCharPredicate predicate)MutableByteCharMapMutableByteCharMap. 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 booleanImmutableByteCharEmptyMap. allSatisfyKeyValue(ByteCharPredicate predicate)booleanImmutableByteCharHashMap. allSatisfyKeyValue(ByteCharPredicate predicate)booleanImmutableByteCharSingletonMap. allSatisfyKeyValue(ByteCharPredicate predicate)ImmutableByteCharMapImmutableByteCharEmptyMap. reject(ByteCharPredicate predicate)ImmutableByteCharMapImmutableByteCharHashMap. reject(ByteCharPredicate predicate)ImmutableByteCharMapImmutableByteCharSingletonMap. reject(ByteCharPredicate predicate)ImmutableByteCharMapImmutableByteCharEmptyMap. select(ByteCharPredicate predicate)ImmutableByteCharMapImmutableByteCharHashMap. select(ByteCharPredicate predicate)ImmutableByteCharMapImmutableByteCharSingletonMap. 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 booleanByteCharHashMap. allSatisfyKeyValue(ByteCharPredicate predicate)booleanSynchronizedByteCharMap. allSatisfyKeyValue(ByteCharPredicate predicate)ByteCharHashMapByteCharHashMap. reject(ByteCharPredicate predicate)MutableByteCharMapSynchronizedByteCharMap. reject(ByteCharPredicate predicate)MutableByteCharMapUnmodifiableByteCharMap. reject(ByteCharPredicate predicate)ByteCharHashMapByteCharHashMap. select(ByteCharPredicate predicate)MutableByteCharMapSynchronizedByteCharMap. select(ByteCharPredicate predicate)MutableByteCharMapUnmodifiableByteCharMap. select(ByteCharPredicate predicate)
-