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 CharBooleanMap
CharBooleanMap. reject(CharBooleanPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableCharBooleanMap
ImmutableCharBooleanMap. reject(CharBooleanPredicate predicate)
MutableCharBooleanMap
MutableCharBooleanMap. reject(CharBooleanPredicate predicate)
CharBooleanMap
CharBooleanMap. select(CharBooleanPredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableCharBooleanMap
ImmutableCharBooleanMap. select(CharBooleanPredicate predicate)
MutableCharBooleanMap
MutableCharBooleanMap. 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 ImmutableCharBooleanMap
ImmutableCharBooleanEmptyMap. reject(CharBooleanPredicate predicate)
ImmutableCharBooleanMap
ImmutableCharBooleanHashMap. reject(CharBooleanPredicate predicate)
ImmutableCharBooleanMap
ImmutableCharBooleanSingletonMap. reject(CharBooleanPredicate predicate)
ImmutableCharBooleanMap
ImmutableCharBooleanEmptyMap. select(CharBooleanPredicate predicate)
ImmutableCharBooleanMap
ImmutableCharBooleanHashMap. select(CharBooleanPredicate predicate)
ImmutableCharBooleanMap
ImmutableCharBooleanSingletonMap. 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 CharBooleanHashMap
CharBooleanHashMap. reject(CharBooleanPredicate predicate)
MutableCharBooleanMap
SynchronizedCharBooleanMap. reject(CharBooleanPredicate predicate)
MutableCharBooleanMap
UnmodifiableCharBooleanMap. reject(CharBooleanPredicate predicate)
CharBooleanHashMap
CharBooleanHashMap. select(CharBooleanPredicate predicate)
MutableCharBooleanMap
SynchronizedCharBooleanMap. select(CharBooleanPredicate predicate)
MutableCharBooleanMap
UnmodifiableCharBooleanMap. select(CharBooleanPredicate predicate)
-