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 default booleanCharByteMap. allSatisfyKeyValue(CharBytePredicate predicate)CharByteMapCharByteMap. reject(CharBytePredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableCharByteMapImmutableCharByteMap. reject(CharBytePredicate predicate)MutableCharByteMapMutableCharByteMap. reject(CharBytePredicate predicate)CharByteMapCharByteMap. select(CharBytePredicate predicate)Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableCharByteMapImmutableCharByteMap. select(CharBytePredicate predicate)MutableCharByteMapMutableCharByteMap. 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 booleanImmutableCharByteEmptyMap. allSatisfyKeyValue(CharBytePredicate predicate)booleanImmutableCharByteHashMap. allSatisfyKeyValue(CharBytePredicate predicate)booleanImmutableCharByteSingletonMap. allSatisfyKeyValue(CharBytePredicate predicate)ImmutableCharByteMapImmutableCharByteEmptyMap. reject(CharBytePredicate predicate)ImmutableCharByteMapImmutableCharByteHashMap. reject(CharBytePredicate predicate)ImmutableCharByteMapImmutableCharByteSingletonMap. reject(CharBytePredicate predicate)ImmutableCharByteMapImmutableCharByteEmptyMap. select(CharBytePredicate predicate)ImmutableCharByteMapImmutableCharByteHashMap. select(CharBytePredicate predicate)ImmutableCharByteMapImmutableCharByteSingletonMap. 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 booleanCharByteHashMap. allSatisfyKeyValue(CharBytePredicate predicate)booleanSynchronizedCharByteMap. allSatisfyKeyValue(CharBytePredicate predicate)CharByteHashMapCharByteHashMap. reject(CharBytePredicate predicate)MutableCharByteMapSynchronizedCharByteMap. reject(CharBytePredicate predicate)MutableCharByteMapUnmodifiableCharByteMap. reject(CharBytePredicate predicate)CharByteHashMapCharByteHashMap. select(CharBytePredicate predicate)MutableCharByteMapSynchronizedCharByteMap. select(CharBytePredicate predicate)MutableCharByteMapUnmodifiableCharByteMap. select(CharBytePredicate predicate)
-