Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.CharBooleanPredicate
-
Packages that use CharBooleanPredicate 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 CharBooleanPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type CharBooleanPredicate Modifier and Type Method Description default booleanCharBooleanMap. allSatisfyKeyValue(CharBooleanPredicate predicate)CharBooleanMapCharBooleanMap. reject(CharBooleanPredicate predicate)Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableCharBooleanMapImmutableCharBooleanMap. reject(CharBooleanPredicate predicate)MutableCharBooleanMapMutableCharBooleanMap. reject(CharBooleanPredicate predicate)CharBooleanMapCharBooleanMap. select(CharBooleanPredicate predicate)Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableCharBooleanMapImmutableCharBooleanMap. select(CharBooleanPredicate predicate)MutableCharBooleanMapMutableCharBooleanMap. select(CharBooleanPredicate predicate) -
Uses of CharBooleanPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type CharBooleanPredicate Modifier and Type Method Description booleanImmutableCharBooleanEmptyMap. allSatisfyKeyValue(CharBooleanPredicate predicate)booleanImmutableCharBooleanHashMap. allSatisfyKeyValue(CharBooleanPredicate predicate)booleanImmutableCharBooleanSingletonMap. allSatisfyKeyValue(CharBooleanPredicate predicate)ImmutableCharBooleanMapImmutableCharBooleanEmptyMap. reject(CharBooleanPredicate predicate)ImmutableCharBooleanMapImmutableCharBooleanHashMap. reject(CharBooleanPredicate predicate)ImmutableCharBooleanMapImmutableCharBooleanSingletonMap. reject(CharBooleanPredicate predicate)ImmutableCharBooleanMapImmutableCharBooleanEmptyMap. select(CharBooleanPredicate predicate)ImmutableCharBooleanMapImmutableCharBooleanHashMap. select(CharBooleanPredicate predicate)ImmutableCharBooleanMapImmutableCharBooleanSingletonMap. select(CharBooleanPredicate predicate) -
Uses of CharBooleanPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharBooleanPredicate Modifier and Type Method Description booleanSynchronizedCharBooleanMap. allSatisfyKeyValue(CharBooleanPredicate predicate)CharBooleanHashMapCharBooleanHashMap. reject(CharBooleanPredicate predicate)MutableCharBooleanMapSynchronizedCharBooleanMap. reject(CharBooleanPredicate predicate)MutableCharBooleanMapUnmodifiableCharBooleanMap. reject(CharBooleanPredicate predicate)CharBooleanHashMapCharBooleanHashMap. select(CharBooleanPredicate predicate)MutableCharBooleanMapSynchronizedCharBooleanMap. select(CharBooleanPredicate predicate)MutableCharBooleanMapUnmodifiableCharBooleanMap. select(CharBooleanPredicate predicate)
-