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. -
-
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 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)
-