Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.CharPredicate
Packages that use CharPredicate
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains mutable and immutable primitive collection API.
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains API for mutable and immutable primitive sets.
This package contains mutable and immutable primitive stack API.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains factory implementations for primitive functions, primitive predicates, primitive procedures and primitive comparators.
This package contains implementations of primitive functions.
This package contains implementations of primitive procedures.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
-
Uses of CharPredicate in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type CharPredicateModifier and TypeMethodDescriptionboolean
CharIterable.allSatisfy
(CharPredicate predicate) Returns true if all of the elements in the CharIterable return true for the specified predicate, otherwise returns false.boolean
CharIterable.anySatisfy
(CharPredicate predicate) Returns true if any of the elements in the CharIterable return true for the specified predicate, otherwise returns false.int
CharIterable.count
(CharPredicate predicate) Returns a count of the number of elements in the CharIterable that return true for the specified predicate.char
CharIterable.detectIfNone
(CharPredicate predicate, char ifNone) default boolean
CharIterable.noneSatisfy
(CharPredicate predicate) Returns true if none of the elements in the CharIterable return true for the specified predicate, otherwise returns false.CharIterable.reject
(CharPredicate predicate) Returns a new CharIterable with all of the elements in the CharIterable that return false for the specified predicate.default <R extends MutableCharCollection>
RCharIterable.reject
(CharPredicate predicate, R target) Same asCharIterable.reject(CharPredicate)
, only the results are added to the target MutableCharCollection.LazyCharIterable.reject
(CharPredicate predicate) CharIterable.select
(CharPredicate predicate) Returns a new CharIterable with all of the elements in the CharIterable that return true for the specified predicate.default <R extends MutableCharCollection>
RCharIterable.select
(CharPredicate predicate, R target) Same asCharIterable.select(CharPredicate)
, only the results are added to the target MutableCharCollection.LazyCharIterable.select
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionCharBag.reject
(CharPredicate predicate) ImmutableCharBag.reject
(CharPredicate predicate) MutableCharBag.reject
(CharPredicate predicate) CharBag.select
(CharPredicate predicate) ImmutableCharBag.select
(CharPredicate predicate) MutableCharBag.select
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionImmutableCharCollection.reject
(CharPredicate predicate) MutableCharCollection.reject
(CharPredicate predicate) default boolean
MutableCharCollection.removeIf
(CharPredicate predicate) ImmutableCharCollection.select
(CharPredicate predicate) MutableCharCollection.select
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionCharList.reject
(CharPredicate predicate) ImmutableCharList.reject
(CharPredicate predicate) MutableCharList.reject
(CharPredicate predicate) CharList.select
(CharPredicate predicate) ImmutableCharList.select
(CharPredicate predicate) MutableCharList.select
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionCharValuesMap.reject
(CharPredicate predicate) ImmutableByteCharMap.reject
(CharPredicate predicate) ImmutableCharCharMap.reject
(CharPredicate predicate) ImmutableDoubleCharMap.reject
(CharPredicate predicate) ImmutableFloatCharMap.reject
(CharPredicate predicate) ImmutableIntCharMap.reject
(CharPredicate predicate) ImmutableLongCharMap.reject
(CharPredicate predicate) ImmutableObjectCharMap.reject
(CharPredicate predicate) ImmutableShortCharMap.reject
(CharPredicate predicate) MutableCharValuesMap.reject
(CharPredicate predicate) MutableObjectCharMap.reject
(CharPredicate predicate) CharValuesMap.select
(CharPredicate predicate) ImmutableByteCharMap.select
(CharPredicate predicate) ImmutableCharCharMap.select
(CharPredicate predicate) ImmutableDoubleCharMap.select
(CharPredicate predicate) ImmutableFloatCharMap.select
(CharPredicate predicate) ImmutableIntCharMap.select
(CharPredicate predicate) ImmutableLongCharMap.select
(CharPredicate predicate) ImmutableObjectCharMap.select
(CharPredicate predicate) ImmutableShortCharMap.select
(CharPredicate predicate) MutableCharValuesMap.select
(CharPredicate predicate) MutableObjectCharMap.select
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionOrderedCharIterable.reject
(CharPredicate predicate) ReversibleCharIterable.reject
(CharPredicate predicate) OrderedCharIterable.select
(CharPredicate predicate) ReversibleCharIterable.select
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionCharSet.reject
(CharPredicate predicate) ImmutableCharSet.reject
(CharPredicate predicate) MutableCharSet.reject
(CharPredicate predicate) CharSet.select
(CharPredicate predicate) ImmutableCharSet.select
(CharPredicate predicate) MutableCharSet.select
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionCharStack.reject
(CharPredicate predicate) ImmutableCharStack.reject
(CharPredicate predicate) MutableCharStack.reject
(CharPredicate predicate) CharStack.select
(CharPredicate predicate) ImmutableCharStack.select
(CharPredicate predicate) MutableCharStack.select
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionboolean
ImmutableCharEmptyBag.allSatisfy
(CharPredicate predicate) boolean
ImmutableCharHashBag.allSatisfy
(CharPredicate predicate) boolean
ImmutableCharSingletonBag.allSatisfy
(CharPredicate predicate) boolean
ImmutableCharEmptyBag.anySatisfy
(CharPredicate predicate) boolean
ImmutableCharHashBag.anySatisfy
(CharPredicate predicate) boolean
ImmutableCharSingletonBag.anySatisfy
(CharPredicate predicate) int
ImmutableCharEmptyBag.count
(CharPredicate predicate) int
ImmutableCharHashBag.count
(CharPredicate predicate) int
ImmutableCharSingletonBag.count
(CharPredicate predicate) char
ImmutableCharEmptyBag.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableCharHashBag.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableCharSingletonBag.detectIfNone
(CharPredicate predicate, char ifNone) boolean
ImmutableCharEmptyBag.noneSatisfy
(CharPredicate predicate) boolean
ImmutableCharHashBag.noneSatisfy
(CharPredicate predicate) boolean
ImmutableCharSingletonBag.noneSatisfy
(CharPredicate predicate) ImmutableCharEmptyBag.reject
(CharPredicate predicate) ImmutableCharHashBag.reject
(CharPredicate predicate) ImmutableCharSingletonBag.reject
(CharPredicate predicate) ImmutableCharEmptyBag.select
(CharPredicate predicate) ImmutableCharHashBag.select
(CharPredicate predicate) ImmutableCharSingletonBag.select
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionboolean
CharHashBag.allSatisfy
(CharPredicate predicate) boolean
CharHashBag.anySatisfy
(CharPredicate predicate) int
CharHashBag.count
(CharPredicate predicate) char
CharHashBag.detectIfNone
(CharPredicate predicate, char ifNone) boolean
CharHashBag.noneSatisfy
(CharPredicate predicate) CharHashBag.reject
(CharPredicate predicate) SynchronizedCharBag.reject
(CharPredicate predicate) UnmodifiableCharBag.reject
(CharPredicate predicate) boolean
CharHashBag.removeIf
(CharPredicate predicate) CharHashBag.select
(CharPredicate predicate) SynchronizedCharBag.select
(CharPredicate predicate) UnmodifiableCharBag.select
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.impl.block.factory.primitive
Classes in org.eclipse.collections.impl.block.factory.primitive that implement CharPredicateModifier and TypeClassDescriptionprivate static final class
private static final class
private static final class
private static final class
private static final class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static final class
private static final class
private static final class
Fields in org.eclipse.collections.impl.block.factory.primitive declared as CharPredicateModifier and TypeFieldDescriptionprivate static final CharPredicate
CharPredicates.ALWAYS_FALSE
private static final CharPredicate
CharPredicates.ALWAYS_TRUE
private final CharPredicate
CharPredicates.NotCharPredicate.negate
private final CharPredicate
CharPredicates.AndCharPredicate.one
private final CharPredicate
CharPredicates.OrCharPredicate.one
private final CharPredicate
CharPredicates.AndCharPredicate.two
private final CharPredicate
CharPredicates.OrCharPredicate.two
Methods in org.eclipse.collections.impl.block.factory.primitive that return CharPredicateModifier and TypeMethodDescriptionstatic CharPredicate
CharPredicates.alwaysFalse()
static CharPredicate
CharPredicates.alwaysTrue()
static CharPredicate
CharPredicates.and
(CharPredicate one, CharPredicate two) static CharPredicate
CharPredicates.equal
(char expected) static CharPredicate
CharPredicates.greaterThan
(char expected) static CharPredicate
CharPredicates.isDigit()
static CharPredicate
CharPredicates.isDigitOrDot()
static CharPredicate
CharPredicates.isLetter()
static CharPredicate
CharPredicates.isLetterOrDigit()
static CharPredicate
CharPredicates.isLowerCase()
static CharPredicate
CharPredicates.isUndefined()
static CharPredicate
CharPredicates.isUpperCase()
static CharPredicate
CharPredicates.isWhitespace()
static CharPredicate
CharPredicates.lessThan
(char expected) static CharPredicate
CharPredicates.not
(CharPredicate negate) static CharPredicate
CharPredicates.or
(CharPredicate one, CharPredicate two) Methods in org.eclipse.collections.impl.block.factory.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionstatic CharPredicate
CharPredicates.and
(CharPredicate one, CharPredicate two) static CharPredicate
CharPredicates.not
(CharPredicate negate) static CharPredicate
CharPredicates.or
(CharPredicate one, CharPredicate two) Constructors in org.eclipse.collections.impl.block.factory.primitive with parameters of type CharPredicateModifierConstructorDescriptionprivate
AndCharPredicate
(CharPredicate one, CharPredicate two) private
NotCharPredicate
(CharPredicate negate) private
OrCharPredicate
(CharPredicate one, CharPredicate two) -
Uses of CharPredicate in org.eclipse.collections.impl.block.function.primitive
Fields in org.eclipse.collections.impl.block.function.primitive with type parameters of type CharPredicateModifier and TypeFieldDescriptionprivate final MutableList
<Pair<CharPredicate, CharToObjectFunction<? extends V>>> CharCaseFunction.predicateFunctions
Methods in org.eclipse.collections.impl.block.function.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionCharCaseFunction.addCase
(CharPredicate predicate, CharToObjectFunction<? extends V> function) -
Uses of CharPredicate in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive with type parameters of type CharPredicateModifier and TypeFieldDescriptionprivate final MutableList
<Pair<CharPredicate, CharProcedure>> CharCaseProcedure.predicateProcedures
Methods in org.eclipse.collections.impl.block.procedure.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionCharCaseProcedure.addCase
(CharPredicate predicate, CharProcedure procedure) -
Uses of CharPredicate in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionboolean
AbstractSynchronizedCharCollection.allSatisfy
(CharPredicate predicate) boolean
AbstractUnmodifiableCharCollection.allSatisfy
(CharPredicate predicate) boolean
AbstractSynchronizedCharCollection.anySatisfy
(CharPredicate predicate) boolean
AbstractUnmodifiableCharCollection.anySatisfy
(CharPredicate predicate) int
AbstractSynchronizedCharCollection.count
(CharPredicate predicate) int
AbstractUnmodifiableCharCollection.count
(CharPredicate predicate) char
AbstractSynchronizedCharCollection.detectIfNone
(CharPredicate predicate, char ifNone) char
AbstractUnmodifiableCharCollection.detectIfNone
(CharPredicate predicate, char ifNone) boolean
AbstractSynchronizedCharCollection.noneSatisfy
(CharPredicate predicate) boolean
AbstractUnmodifiableCharCollection.noneSatisfy
(CharPredicate predicate) AbstractSynchronizedCharCollection.reject
(CharPredicate predicate) AbstractUnmodifiableCharCollection.reject
(CharPredicate predicate) boolean
AbstractSynchronizedCharCollection.removeIf
(CharPredicate predicate) boolean
AbstractUnmodifiableCharCollection.removeIf
(CharPredicate predicate) AbstractSynchronizedCharCollection.select
(CharPredicate predicate) AbstractUnmodifiableCharCollection.select
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as CharPredicateModifier and TypeFieldDescriptionprivate final CharPredicate
SelectCharIterable.CountCharProcedure.predicate
private final CharPredicate
SelectCharIterable.predicate
private final CharPredicate
SelectCharIterable.SelectCharIterator.predicate
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionboolean
AbstractLazyCharIterable.allSatisfy
(CharPredicate predicate) boolean
CollectCharIterable.allSatisfy
(CharPredicate predicate) boolean
LazyCharIterableAdapter.allSatisfy
(CharPredicate predicate) boolean
SelectCharIterable.allSatisfy
(CharPredicate predicate) boolean
TapCharIterable.allSatisfy
(CharPredicate predicate) boolean
AbstractLazyCharIterable.anySatisfy
(CharPredicate predicate) boolean
CollectCharIterable.anySatisfy
(CharPredicate predicate) boolean
LazyCharIterableAdapter.anySatisfy
(CharPredicate predicate) boolean
SelectCharIterable.anySatisfy
(CharPredicate predicate) boolean
TapCharIterable.anySatisfy
(CharPredicate predicate) int
AbstractLazyCharIterable.count
(CharPredicate predicate) int
CollectCharIterable.count
(CharPredicate predicate) int
LazyCharIterableAdapter.count
(CharPredicate predicate) int
SelectCharIterable.count
(CharPredicate predicate) char
AbstractLazyCharIterable.detectIfNone
(CharPredicate predicate, char ifNone) char
LazyCharIterableAdapter.detectIfNone
(CharPredicate predicate, char ifNone) char
TapCharIterable.detectIfNone
(CharPredicate predicate, char ifNone) boolean
AbstractLazyCharIterable.noneSatisfy
(CharPredicate predicate) boolean
LazyCharIterableAdapter.noneSatisfy
(CharPredicate predicate) boolean
TapCharIterable.noneSatisfy
(CharPredicate predicate) AbstractLazyCharIterable.reject
(CharPredicate predicate) AbstractLazyCharIterable.select
(CharPredicate predicate) Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type CharPredicateModifierConstructorDescriptionprivate
CountCharProcedure
(CharPredicate predicate) SelectCharIterable
(CharIterable delegate, CharPredicate predicate) private
SelectCharIterator
(CharIterable iterable, CharPredicate predicate) private
SelectCharIterator
(CharIterator iterator, CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionboolean
ImmutableCharArrayList.allSatisfy
(CharPredicate predicate) boolean
ImmutableCharEmptyList.allSatisfy
(CharPredicate predicate) boolean
ImmutableCharSingletonList.allSatisfy
(CharPredicate predicate) boolean
ImmutableCharArrayList.anySatisfy
(CharPredicate predicate) boolean
ImmutableCharEmptyList.anySatisfy
(CharPredicate predicate) boolean
ImmutableCharSingletonList.anySatisfy
(CharPredicate predicate) int
ImmutableCharArrayList.count
(CharPredicate predicate) int
ImmutableCharEmptyList.count
(CharPredicate predicate) int
ImmutableCharSingletonList.count
(CharPredicate predicate) char
ImmutableCharArrayList.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableCharEmptyList.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableCharSingletonList.detectIfNone
(CharPredicate predicate, char ifNone) boolean
ImmutableCharEmptyList.noneSatisfy
(CharPredicate predicate) boolean
ImmutableCharSingletonList.noneSatisfy
(CharPredicate predicate) ImmutableCharArrayList.reject
(CharPredicate predicate) <R extends MutableCharCollection>
RImmutableCharArrayList.reject
(CharPredicate predicate, R target) ImmutableCharEmptyList.reject
(CharPredicate predicate) ImmutableCharSingletonList.reject
(CharPredicate predicate) ImmutableCharArrayList.select
(CharPredicate predicate) <R extends MutableCharCollection>
RImmutableCharArrayList.select
(CharPredicate predicate, R target) ImmutableCharEmptyList.select
(CharPredicate predicate) ImmutableCharSingletonList.select
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionboolean
CharArrayList.allSatisfy
(CharPredicate predicate) boolean
CharArrayList.anySatisfy
(CharPredicate predicate) int
CharArrayList.count
(CharPredicate predicate) char
CharArrayList.detectIfNone
(CharPredicate predicate, char ifNone) CharArrayList.reject
(CharPredicate predicate) <R extends MutableCharCollection>
RCharArrayList.reject
(CharPredicate predicate, R target) SynchronizedCharList.reject
(CharPredicate predicate) UnmodifiableCharList.reject
(CharPredicate predicate) boolean
CharArrayList.removeIf
(CharPredicate predicate) CharArrayList.select
(CharPredicate predicate) <R extends MutableCharCollection>
RCharArrayList.select
(CharPredicate predicate, R target) SynchronizedCharList.select
(CharPredicate predicate) UnmodifiableCharList.select
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionboolean
ImmutableByteCharEmptyMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableByteCharHashMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableByteCharSingletonMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableCharCharEmptyMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableCharCharHashMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableCharCharSingletonMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableDoubleCharEmptyMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableDoubleCharHashMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableDoubleCharSingletonMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableFloatCharEmptyMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableFloatCharHashMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableFloatCharSingletonMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableIntCharEmptyMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableIntCharHashMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableIntCharSingletonMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableLongCharEmptyMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableLongCharHashMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableLongCharSingletonMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableObjectCharEmptyMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableObjectCharHashMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableObjectCharSingletonMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableShortCharEmptyMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableShortCharHashMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableShortCharSingletonMap.allSatisfy
(CharPredicate predicate) boolean
ImmutableByteCharEmptyMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableByteCharHashMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableByteCharSingletonMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableCharCharEmptyMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableCharCharHashMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableCharCharSingletonMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableDoubleCharEmptyMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableDoubleCharHashMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableDoubleCharSingletonMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableFloatCharEmptyMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableFloatCharHashMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableFloatCharSingletonMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableIntCharEmptyMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableIntCharHashMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableIntCharSingletonMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableLongCharEmptyMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableLongCharHashMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableLongCharSingletonMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableObjectCharEmptyMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableObjectCharHashMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableObjectCharSingletonMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableShortCharEmptyMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableShortCharHashMap.anySatisfy
(CharPredicate predicate) boolean
ImmutableShortCharSingletonMap.anySatisfy
(CharPredicate predicate) int
ImmutableByteCharEmptyMap.count
(CharPredicate predicate) int
ImmutableByteCharHashMap.count
(CharPredicate predicate) int
ImmutableByteCharSingletonMap.count
(CharPredicate predicate) int
ImmutableCharCharEmptyMap.count
(CharPredicate predicate) int
ImmutableCharCharHashMap.count
(CharPredicate predicate) int
ImmutableCharCharSingletonMap.count
(CharPredicate predicate) int
ImmutableDoubleCharEmptyMap.count
(CharPredicate predicate) int
ImmutableDoubleCharHashMap.count
(CharPredicate predicate) int
ImmutableDoubleCharSingletonMap.count
(CharPredicate predicate) int
ImmutableFloatCharEmptyMap.count
(CharPredicate predicate) int
ImmutableFloatCharHashMap.count
(CharPredicate predicate) int
ImmutableFloatCharSingletonMap.count
(CharPredicate predicate) int
ImmutableIntCharEmptyMap.count
(CharPredicate predicate) int
ImmutableIntCharHashMap.count
(CharPredicate predicate) int
ImmutableIntCharSingletonMap.count
(CharPredicate predicate) int
ImmutableLongCharEmptyMap.count
(CharPredicate predicate) int
ImmutableLongCharHashMap.count
(CharPredicate predicate) int
ImmutableLongCharSingletonMap.count
(CharPredicate predicate) int
ImmutableObjectCharEmptyMap.count
(CharPredicate predicate) int
ImmutableObjectCharHashMap.count
(CharPredicate predicate) int
ImmutableObjectCharSingletonMap.count
(CharPredicate predicate) int
ImmutableShortCharEmptyMap.count
(CharPredicate predicate) int
ImmutableShortCharHashMap.count
(CharPredicate predicate) int
ImmutableShortCharSingletonMap.count
(CharPredicate predicate) char
ImmutableByteCharEmptyMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableByteCharHashMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableByteCharSingletonMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableCharCharEmptyMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableCharCharHashMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableCharCharSingletonMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableDoubleCharEmptyMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableDoubleCharHashMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableDoubleCharSingletonMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableFloatCharEmptyMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableFloatCharHashMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableFloatCharSingletonMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableIntCharEmptyMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableIntCharHashMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableIntCharSingletonMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableLongCharEmptyMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableLongCharHashMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableLongCharSingletonMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableObjectCharEmptyMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableObjectCharHashMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableObjectCharSingletonMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableShortCharEmptyMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableShortCharHashMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableShortCharSingletonMap.detectIfNone
(CharPredicate predicate, char ifNone) boolean
ImmutableByteCharEmptyMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableByteCharHashMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableByteCharSingletonMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableCharCharEmptyMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableCharCharHashMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableCharCharSingletonMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableDoubleCharEmptyMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableDoubleCharHashMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableDoubleCharSingletonMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableFloatCharEmptyMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableFloatCharHashMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableFloatCharSingletonMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableIntCharEmptyMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableIntCharHashMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableIntCharSingletonMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableLongCharEmptyMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableLongCharHashMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableLongCharSingletonMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableObjectCharEmptyMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableObjectCharHashMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableObjectCharSingletonMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableShortCharEmptyMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableShortCharHashMap.noneSatisfy
(CharPredicate predicate) boolean
ImmutableShortCharSingletonMap.noneSatisfy
(CharPredicate predicate) ImmutableByteCharEmptyMap.reject
(CharPredicate predicate) ImmutableByteCharHashMap.reject
(CharPredicate predicate) ImmutableByteCharSingletonMap.reject
(CharPredicate predicate) ImmutableCharCharEmptyMap.reject
(CharPredicate predicate) ImmutableCharCharHashMap.reject
(CharPredicate predicate) ImmutableCharCharSingletonMap.reject
(CharPredicate predicate) ImmutableDoubleCharEmptyMap.reject
(CharPredicate predicate) ImmutableDoubleCharHashMap.reject
(CharPredicate predicate) ImmutableDoubleCharSingletonMap.reject
(CharPredicate predicate) ImmutableFloatCharEmptyMap.reject
(CharPredicate predicate) ImmutableFloatCharHashMap.reject
(CharPredicate predicate) ImmutableFloatCharSingletonMap.reject
(CharPredicate predicate) ImmutableIntCharEmptyMap.reject
(CharPredicate predicate) ImmutableIntCharHashMap.reject
(CharPredicate predicate) ImmutableIntCharSingletonMap.reject
(CharPredicate predicate) ImmutableLongCharEmptyMap.reject
(CharPredicate predicate) ImmutableLongCharHashMap.reject
(CharPredicate predicate) ImmutableLongCharSingletonMap.reject
(CharPredicate predicate) ImmutableObjectCharEmptyMap.reject
(CharPredicate predicate) ImmutableObjectCharHashMap.reject
(CharPredicate predicate) ImmutableObjectCharSingletonMap.reject
(CharPredicate predicate) ImmutableShortCharEmptyMap.reject
(CharPredicate predicate) ImmutableShortCharHashMap.reject
(CharPredicate predicate) ImmutableShortCharSingletonMap.reject
(CharPredicate predicate) ImmutableByteCharEmptyMap.select
(CharPredicate predicate) ImmutableByteCharHashMap.select
(CharPredicate predicate) ImmutableByteCharSingletonMap.select
(CharPredicate predicate) ImmutableCharCharEmptyMap.select
(CharPredicate predicate) ImmutableCharCharHashMap.select
(CharPredicate predicate) ImmutableCharCharSingletonMap.select
(CharPredicate predicate) ImmutableDoubleCharEmptyMap.select
(CharPredicate predicate) ImmutableDoubleCharHashMap.select
(CharPredicate predicate) ImmutableDoubleCharSingletonMap.select
(CharPredicate predicate) ImmutableFloatCharEmptyMap.select
(CharPredicate predicate) ImmutableFloatCharHashMap.select
(CharPredicate predicate) ImmutableFloatCharSingletonMap.select
(CharPredicate predicate) ImmutableIntCharEmptyMap.select
(CharPredicate predicate) ImmutableIntCharHashMap.select
(CharPredicate predicate) ImmutableIntCharSingletonMap.select
(CharPredicate predicate) ImmutableLongCharEmptyMap.select
(CharPredicate predicate) ImmutableLongCharHashMap.select
(CharPredicate predicate) ImmutableLongCharSingletonMap.select
(CharPredicate predicate) ImmutableObjectCharEmptyMap.select
(CharPredicate predicate) ImmutableObjectCharHashMap.select
(CharPredicate predicate) ImmutableObjectCharSingletonMap.select
(CharPredicate predicate) ImmutableShortCharEmptyMap.select
(CharPredicate predicate) ImmutableShortCharHashMap.select
(CharPredicate predicate) ImmutableShortCharSingletonMap.select
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionboolean
AbstractMutableCharKeySet.allSatisfy
(CharPredicate predicate) boolean
AbstractMutableCharValuesMap.AbstractCharValuesCollection.allSatisfy
(CharPredicate predicate) boolean
AbstractMutableCharValuesMap.allSatisfy
(CharPredicate predicate) boolean
CharBooleanHashMap.KeysView.allSatisfy
(CharPredicate predicate) boolean
ImmutableCharCharMapKeySet.allSatisfy
(CharPredicate predicate) boolean
ImmutableCharMapKeySet.allSatisfy
(CharPredicate predicate) boolean
ObjectCharHashMap.allSatisfy
(CharPredicate predicate) boolean
ObjectCharHashMap.ValuesCollection.allSatisfy
(CharPredicate predicate) boolean
ObjectCharHashMapWithHashingStrategy.allSatisfy
(CharPredicate predicate) boolean
ObjectCharHashMapWithHashingStrategy.ValuesCollection.allSatisfy
(CharPredicate predicate) boolean
SynchronizedByteCharMap.allSatisfy
(CharPredicate predicate) boolean
SynchronizedCharCharMap.allSatisfy
(CharPredicate predicate) boolean
SynchronizedDoubleCharMap.allSatisfy
(CharPredicate predicate) boolean
SynchronizedFloatCharMap.allSatisfy
(CharPredicate predicate) boolean
SynchronizedIntCharMap.allSatisfy
(CharPredicate predicate) boolean
SynchronizedLongCharMap.allSatisfy
(CharPredicate predicate) boolean
SynchronizedObjectCharMap.allSatisfy
(CharPredicate predicate) boolean
SynchronizedShortCharMap.allSatisfy
(CharPredicate predicate) boolean
UnmodifiableByteCharMap.allSatisfy
(CharPredicate predicate) boolean
UnmodifiableCharCharMap.allSatisfy
(CharPredicate predicate) boolean
UnmodifiableDoubleCharMap.allSatisfy
(CharPredicate predicate) boolean
UnmodifiableFloatCharMap.allSatisfy
(CharPredicate predicate) boolean
UnmodifiableIntCharMap.allSatisfy
(CharPredicate predicate) boolean
UnmodifiableLongCharMap.allSatisfy
(CharPredicate predicate) boolean
UnmodifiableObjectCharMap.allSatisfy
(CharPredicate predicate) boolean
UnmodifiableShortCharMap.allSatisfy
(CharPredicate predicate) boolean
AbstractMutableCharKeySet.anySatisfy
(CharPredicate predicate) boolean
AbstractMutableCharValuesMap.AbstractCharValuesCollection.anySatisfy
(CharPredicate predicate) boolean
AbstractMutableCharValuesMap.anySatisfy
(CharPredicate predicate) boolean
CharBooleanHashMap.KeysView.anySatisfy
(CharPredicate predicate) boolean
ImmutableCharCharMapKeySet.anySatisfy
(CharPredicate predicate) boolean
ImmutableCharMapKeySet.anySatisfy
(CharPredicate predicate) boolean
ObjectCharHashMap.anySatisfy
(CharPredicate predicate) boolean
ObjectCharHashMap.ValuesCollection.anySatisfy
(CharPredicate predicate) boolean
ObjectCharHashMapWithHashingStrategy.anySatisfy
(CharPredicate predicate) boolean
ObjectCharHashMapWithHashingStrategy.ValuesCollection.anySatisfy
(CharPredicate predicate) boolean
SynchronizedByteCharMap.anySatisfy
(CharPredicate predicate) boolean
SynchronizedCharCharMap.anySatisfy
(CharPredicate predicate) boolean
SynchronizedDoubleCharMap.anySatisfy
(CharPredicate predicate) boolean
SynchronizedFloatCharMap.anySatisfy
(CharPredicate predicate) boolean
SynchronizedIntCharMap.anySatisfy
(CharPredicate predicate) boolean
SynchronizedLongCharMap.anySatisfy
(CharPredicate predicate) boolean
SynchronizedObjectCharMap.anySatisfy
(CharPredicate predicate) boolean
SynchronizedShortCharMap.anySatisfy
(CharPredicate predicate) boolean
UnmodifiableByteCharMap.anySatisfy
(CharPredicate predicate) boolean
UnmodifiableCharCharMap.anySatisfy
(CharPredicate predicate) boolean
UnmodifiableDoubleCharMap.anySatisfy
(CharPredicate predicate) boolean
UnmodifiableFloatCharMap.anySatisfy
(CharPredicate predicate) boolean
UnmodifiableIntCharMap.anySatisfy
(CharPredicate predicate) boolean
UnmodifiableLongCharMap.anySatisfy
(CharPredicate predicate) boolean
UnmodifiableObjectCharMap.anySatisfy
(CharPredicate predicate) boolean
UnmodifiableShortCharMap.anySatisfy
(CharPredicate predicate) int
AbstractMutableCharKeySet.count
(CharPredicate predicate) int
AbstractMutableCharValuesMap.AbstractCharValuesCollection.count
(CharPredicate predicate) int
AbstractMutableCharValuesMap.count
(CharPredicate predicate) int
CharBooleanHashMap.KeysView.count
(CharPredicate predicate) int
ImmutableCharCharMapKeySet.count
(CharPredicate predicate) int
ImmutableCharMapKeySet.count
(CharPredicate predicate) int
ObjectCharHashMap.count
(CharPredicate predicate) int
ObjectCharHashMap.ValuesCollection.count
(CharPredicate predicate) int
ObjectCharHashMapWithHashingStrategy.count
(CharPredicate predicate) int
ObjectCharHashMapWithHashingStrategy.ValuesCollection.count
(CharPredicate predicate) int
SynchronizedByteCharMap.count
(CharPredicate predicate) int
SynchronizedCharCharMap.count
(CharPredicate predicate) int
SynchronizedDoubleCharMap.count
(CharPredicate predicate) int
SynchronizedFloatCharMap.count
(CharPredicate predicate) int
SynchronizedIntCharMap.count
(CharPredicate predicate) int
SynchronizedLongCharMap.count
(CharPredicate predicate) int
SynchronizedObjectCharMap.count
(CharPredicate predicate) int
SynchronizedShortCharMap.count
(CharPredicate predicate) int
UnmodifiableByteCharMap.count
(CharPredicate predicate) int
UnmodifiableCharCharMap.count
(CharPredicate predicate) int
UnmodifiableDoubleCharMap.count
(CharPredicate predicate) int
UnmodifiableFloatCharMap.count
(CharPredicate predicate) int
UnmodifiableIntCharMap.count
(CharPredicate predicate) int
UnmodifiableLongCharMap.count
(CharPredicate predicate) int
UnmodifiableObjectCharMap.count
(CharPredicate predicate) int
UnmodifiableShortCharMap.count
(CharPredicate predicate) char
AbstractMutableCharKeySet.detectIfNone
(CharPredicate predicate, char ifNone) char
AbstractMutableCharValuesMap.AbstractCharValuesCollection.detectIfNone
(CharPredicate predicate, char ifNone) char
AbstractMutableCharValuesMap.detectIfNone
(CharPredicate predicate, char value) char
CharBooleanHashMap.KeysView.detectIfNone
(CharPredicate predicate, char value) char
ImmutableCharCharMapKeySet.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableCharMapKeySet.detectIfNone
(CharPredicate predicate, char ifNone) char
ObjectCharHashMap.detectIfNone
(CharPredicate predicate, char ifNone) char
ObjectCharHashMap.ValuesCollection.detectIfNone
(CharPredicate predicate, char ifNone) char
ObjectCharHashMapWithHashingStrategy.detectIfNone
(CharPredicate predicate, char ifNone) char
ObjectCharHashMapWithHashingStrategy.ValuesCollection.detectIfNone
(CharPredicate predicate, char ifNone) char
SynchronizedByteCharMap.detectIfNone
(CharPredicate predicate, char ifNone) char
SynchronizedCharCharMap.detectIfNone
(CharPredicate predicate, char ifNone) char
SynchronizedDoubleCharMap.detectIfNone
(CharPredicate predicate, char ifNone) char
SynchronizedFloatCharMap.detectIfNone
(CharPredicate predicate, char ifNone) char
SynchronizedIntCharMap.detectIfNone
(CharPredicate predicate, char ifNone) char
SynchronizedLongCharMap.detectIfNone
(CharPredicate predicate, char ifNone) char
SynchronizedObjectCharMap.detectIfNone
(CharPredicate predicate, char ifNone) char
SynchronizedShortCharMap.detectIfNone
(CharPredicate predicate, char ifNone) char
UnmodifiableByteCharMap.detectIfNone
(CharPredicate predicate, char ifNone) char
UnmodifiableCharCharMap.detectIfNone
(CharPredicate predicate, char ifNone) char
UnmodifiableDoubleCharMap.detectIfNone
(CharPredicate predicate, char ifNone) char
UnmodifiableFloatCharMap.detectIfNone
(CharPredicate predicate, char ifNone) char
UnmodifiableIntCharMap.detectIfNone
(CharPredicate predicate, char ifNone) char
UnmodifiableLongCharMap.detectIfNone
(CharPredicate predicate, char ifNone) char
UnmodifiableObjectCharMap.detectIfNone
(CharPredicate predicate, char ifNone) char
UnmodifiableShortCharMap.detectIfNone
(CharPredicate predicate, char ifNone) boolean
AbstractMutableCharValuesMap.AbstractCharValuesCollection.noneSatisfy
(CharPredicate predicate) boolean
ImmutableCharCharMapKeySet.noneSatisfy
(CharPredicate predicate) boolean
ImmutableCharMapKeySet.noneSatisfy
(CharPredicate predicate) boolean
ObjectCharHashMap.noneSatisfy
(CharPredicate predicate) boolean
ObjectCharHashMap.ValuesCollection.noneSatisfy
(CharPredicate predicate) boolean
ObjectCharHashMapWithHashingStrategy.noneSatisfy
(CharPredicate predicate) boolean
ObjectCharHashMapWithHashingStrategy.ValuesCollection.noneSatisfy
(CharPredicate predicate) boolean
SynchronizedByteCharMap.noneSatisfy
(CharPredicate predicate) boolean
SynchronizedCharCharMap.noneSatisfy
(CharPredicate predicate) boolean
SynchronizedDoubleCharMap.noneSatisfy
(CharPredicate predicate) boolean
SynchronizedFloatCharMap.noneSatisfy
(CharPredicate predicate) boolean
SynchronizedIntCharMap.noneSatisfy
(CharPredicate predicate) boolean
SynchronizedLongCharMap.noneSatisfy
(CharPredicate predicate) boolean
SynchronizedObjectCharMap.noneSatisfy
(CharPredicate predicate) boolean
SynchronizedShortCharMap.noneSatisfy
(CharPredicate predicate) boolean
UnmodifiableByteCharMap.noneSatisfy
(CharPredicate predicate) boolean
UnmodifiableCharCharMap.noneSatisfy
(CharPredicate predicate) boolean
UnmodifiableDoubleCharMap.noneSatisfy
(CharPredicate predicate) boolean
UnmodifiableFloatCharMap.noneSatisfy
(CharPredicate predicate) boolean
UnmodifiableIntCharMap.noneSatisfy
(CharPredicate predicate) boolean
UnmodifiableLongCharMap.noneSatisfy
(CharPredicate predicate) boolean
UnmodifiableObjectCharMap.noneSatisfy
(CharPredicate predicate) boolean
UnmodifiableShortCharMap.noneSatisfy
(CharPredicate predicate) AbstractMutableCharKeySet.reject
(CharPredicate predicate) AbstractMutableCharValuesMap.AbstractCharValuesCollection.reject
(CharPredicate predicate) AbstractMutableCharValuesMap.reject
(CharPredicate predicate) ImmutableCharCharMapKeySet.reject
(CharPredicate predicate) ImmutableCharMapKeySet.reject
(CharPredicate predicate) ObjectCharHashMap.reject
(CharPredicate predicate) ObjectCharHashMap.ValuesCollection.reject
(CharPredicate predicate) ObjectCharHashMapWithHashingStrategy.reject
(CharPredicate predicate) ObjectCharHashMapWithHashingStrategy.ValuesCollection.reject
(CharPredicate predicate) SynchronizedByteCharMap.reject
(CharPredicate predicate) SynchronizedCharCharMap.reject
(CharPredicate predicate) SynchronizedDoubleCharMap.reject
(CharPredicate predicate) SynchronizedFloatCharMap.reject
(CharPredicate predicate) SynchronizedIntCharMap.reject
(CharPredicate predicate) SynchronizedLongCharMap.reject
(CharPredicate predicate) SynchronizedObjectCharMap.reject
(CharPredicate predicate) SynchronizedShortCharMap.reject
(CharPredicate predicate) UnmodifiableByteCharMap.reject
(CharPredicate predicate) UnmodifiableCharCharMap.reject
(CharPredicate predicate) UnmodifiableDoubleCharMap.reject
(CharPredicate predicate) UnmodifiableFloatCharMap.reject
(CharPredicate predicate) UnmodifiableIntCharMap.reject
(CharPredicate predicate) UnmodifiableLongCharMap.reject
(CharPredicate predicate) UnmodifiableObjectCharMap.reject
(CharPredicate predicate) UnmodifiableShortCharMap.reject
(CharPredicate predicate) AbstractMutableCharKeySet.select
(CharPredicate predicate) AbstractMutableCharValuesMap.AbstractCharValuesCollection.select
(CharPredicate predicate) AbstractMutableCharValuesMap.select
(CharPredicate predicate) ImmutableCharCharMapKeySet.select
(CharPredicate predicate) ImmutableCharMapKeySet.select
(CharPredicate predicate) ObjectCharHashMap.select
(CharPredicate predicate) ObjectCharHashMap.ValuesCollection.select
(CharPredicate predicate) ObjectCharHashMapWithHashingStrategy.select
(CharPredicate predicate) ObjectCharHashMapWithHashingStrategy.ValuesCollection.select
(CharPredicate predicate) SynchronizedByteCharMap.select
(CharPredicate predicate) SynchronizedCharCharMap.select
(CharPredicate predicate) SynchronizedDoubleCharMap.select
(CharPredicate predicate) SynchronizedFloatCharMap.select
(CharPredicate predicate) SynchronizedIntCharMap.select
(CharPredicate predicate) SynchronizedLongCharMap.select
(CharPredicate predicate) SynchronizedObjectCharMap.select
(CharPredicate predicate) SynchronizedShortCharMap.select
(CharPredicate predicate) UnmodifiableByteCharMap.select
(CharPredicate predicate) UnmodifiableCharCharMap.select
(CharPredicate predicate) UnmodifiableDoubleCharMap.select
(CharPredicate predicate) UnmodifiableFloatCharMap.select
(CharPredicate predicate) UnmodifiableIntCharMap.select
(CharPredicate predicate) UnmodifiableLongCharMap.select
(CharPredicate predicate) UnmodifiableObjectCharMap.select
(CharPredicate predicate) UnmodifiableShortCharMap.select
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionboolean
SynchronizedCharIterable.allSatisfy
(CharPredicate predicate) boolean
SynchronizedCharIterable.anySatisfy
(CharPredicate predicate) int
SynchronizedCharIterable.count
(CharPredicate predicate) char
SynchronizedCharIterable.detectIfNone
(CharPredicate predicate, char ifNone) boolean
SynchronizedCharIterable.noneSatisfy
(CharPredicate predicate) SynchronizedCharIterable.reject
(CharPredicate predicate) SynchronizedCharIterable.select
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionboolean
ImmutableCharEmptySet.allSatisfy
(CharPredicate predicate) boolean
ImmutableCharSingletonSet.allSatisfy
(CharPredicate predicate) boolean
ImmutableCharEmptySet.anySatisfy
(CharPredicate predicate) boolean
ImmutableCharSingletonSet.anySatisfy
(CharPredicate predicate) int
ImmutableCharEmptySet.count
(CharPredicate predicate) int
ImmutableCharSingletonSet.count
(CharPredicate predicate) char
ImmutableCharEmptySet.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableCharSingletonSet.detectIfNone
(CharPredicate predicate, char ifNone) boolean
ImmutableCharEmptySet.noneSatisfy
(CharPredicate predicate) boolean
ImmutableCharSingletonSet.noneSatisfy
(CharPredicate predicate) ImmutableCharEmptySet.reject
(CharPredicate predicate) ImmutableCharSingletonSet.reject
(CharPredicate predicate) ImmutableCharEmptySet.select
(CharPredicate predicate) ImmutableCharSingletonSet.select
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionboolean
CharHashSet.allSatisfy
(CharPredicate predicate) boolean
CharHashSet.ImmutableCharHashSet.allSatisfy
(CharPredicate predicate) boolean
CharHashSet.anySatisfy
(CharPredicate predicate) boolean
CharHashSet.ImmutableCharHashSet.anySatisfy
(CharPredicate predicate) int
CharHashSet.count
(CharPredicate predicate) int
CharHashSet.ImmutableCharHashSet.count
(CharPredicate predicate) char
CharHashSet.detectIfNone
(CharPredicate predicate, char ifNone) char
CharHashSet.ImmutableCharHashSet.detectIfNone
(CharPredicate predicate, char ifNone) boolean
CharHashSet.ImmutableCharHashSet.noneSatisfy
(CharPredicate predicate) CharHashSet.ImmutableCharHashSet.reject
(CharPredicate predicate) CharHashSet.reject
(CharPredicate predicate) <R extends MutableCharCollection>
RCharHashSet.reject
(CharPredicate predicate, R target) SynchronizedCharSet.reject
(CharPredicate predicate) UnmodifiableCharSet.reject
(CharPredicate predicate) CharHashSet.ImmutableCharHashSet.select
(CharPredicate predicate) CharHashSet.select
(CharPredicate predicate) <R extends MutableCharCollection>
RCharHashSet.select
(CharPredicate predicate, R target) SynchronizedCharSet.select
(CharPredicate predicate) UnmodifiableCharSet.select
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionboolean
ImmutableCharEmptyStack.allSatisfy
(CharPredicate predicate) boolean
ImmutableCharSingletonStack.allSatisfy
(CharPredicate predicate) boolean
ImmutableCharEmptyStack.anySatisfy
(CharPredicate predicate) boolean
ImmutableCharSingletonStack.anySatisfy
(CharPredicate predicate) int
ImmutableCharEmptyStack.count
(CharPredicate predicate) int
ImmutableCharSingletonStack.count
(CharPredicate predicate) char
ImmutableCharEmptyStack.detectIfNone
(CharPredicate predicate, char ifNone) char
ImmutableCharSingletonStack.detectIfNone
(CharPredicate predicate, char ifNone) boolean
ImmutableCharEmptyStack.noneSatisfy
(CharPredicate predicate) boolean
ImmutableCharSingletonStack.noneSatisfy
(CharPredicate predicate) ImmutableCharArrayStack.reject
(CharPredicate predicate) ImmutableCharEmptyStack.reject
(CharPredicate predicate) ImmutableCharSingletonStack.reject
(CharPredicate predicate) ImmutableCharArrayStack.select
(CharPredicate predicate) ImmutableCharEmptyStack.select
(CharPredicate predicate) ImmutableCharSingletonStack.select
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionboolean
SynchronizedCharStack.allSatisfy
(CharPredicate predicate) boolean
UnmodifiableCharStack.allSatisfy
(CharPredicate predicate) boolean
SynchronizedCharStack.anySatisfy
(CharPredicate predicate) boolean
UnmodifiableCharStack.anySatisfy
(CharPredicate predicate) int
SynchronizedCharStack.count
(CharPredicate predicate) int
UnmodifiableCharStack.count
(CharPredicate predicate) char
SynchronizedCharStack.detectIfNone
(CharPredicate predicate, char ifNone) char
UnmodifiableCharStack.detectIfNone
(CharPredicate predicate, char ifNone) boolean
SynchronizedCharStack.noneSatisfy
(CharPredicate predicate) boolean
UnmodifiableCharStack.noneSatisfy
(CharPredicate predicate) CharArrayStack.reject
(CharPredicate predicate) SynchronizedCharStack.reject
(CharPredicate predicate) UnmodifiableCharStack.reject
(CharPredicate predicate) CharArrayStack.select
(CharPredicate predicate) SynchronizedCharStack.select
(CharPredicate predicate) UnmodifiableCharStack.select
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionboolean
AbstractCharStack.allSatisfy
(CharPredicate predicate) boolean
AbstractCharStack.anySatisfy
(CharPredicate predicate) int
AbstractCharStack.count
(CharPredicate predicate) char
AbstractCharStack.detectIfNone
(CharPredicate predicate, char ifNone) boolean
AbstractCharStack.noneSatisfy
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable with parameters of type CharPredicateModifier and TypeMethodDescriptionboolean
CharAdapter.allSatisfy
(CharPredicate predicate) boolean
CharAdapter.anySatisfy
(CharPredicate predicate) int
CharAdapter.count
(CharPredicate predicate) char
CharAdapter.detectIfNone
(CharPredicate predicate, char ifNone) boolean
CharAdapter.noneSatisfy
(CharPredicate predicate) CharAdapter.reject
(CharPredicate predicate) CharAdapter.select
(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type CharPredicateModifier and TypeMethodDescriptionstatic boolean
StringIterate.allSatisfy
(String string, CharPredicate predicate) Deprecated.since 7.0.static boolean
StringIterate.allSatisfyChar
(String string, CharPredicate predicate) static boolean
StringIterate.anySatisfy
(String string, CharPredicate predicate) Deprecated.since 7.0.static boolean
StringIterate.anySatisfyChar
(String string, CharPredicate predicate) static int
StringIterate.count
(String string, CharPredicate predicate) Deprecated.since 7.0.static int
StringIterate.countChar
(String string, CharPredicate predicate) Count the number of elements that return true for the specifiedpredicate
.static Character
StringIterate.detect
(String string, CharPredicate predicate) Deprecated.since 7.0.static Character
StringIterate.detectChar
(String string, CharPredicate predicate) Find the first element that returns true for the specifiedpredicate
.static Character
StringIterate.detectCharIfNone
(String string, CharPredicate predicate, char resultIfNone) Find the first element that returns true for the specifiedpredicate
.static Character
StringIterate.detectCharIfNone
(String string, CharPredicate predicate, String resultIfNone) Find the first element that returns true for the specifiedpredicate
.static Character
StringIterate.detectIfNone
(String string, CharPredicate predicate, char resultIfNone) Deprecated.since 7.0.static Character
StringIterate.detectIfNone
(String string, CharPredicate predicate, String resultIfNone) Deprecated.since 7.0.static boolean
StringIterate.noneSatisfy
(String string, CharPredicate predicate) Deprecated.since 7.0.static boolean
StringIterate.noneSatisfyChar
(String string, CharPredicate predicate) static String
StringIterate.reject
(String string, CharPredicate predicate) Deprecated.since 7.0.static String
StringIterate.rejectChar
(String string, CharPredicate predicate) static String
StringIterate.select
(String string, CharPredicate predicate) Deprecated.since 7.0.static String
StringIterate.selectChar
(String string, CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionstatic boolean
CharIterableIterate.allSatisfy
(CharIterable iterable, CharPredicate predicate) static boolean
CharIteratorIterate.allSatisfy
(CharIterator iterator, CharPredicate predicate) static boolean
CharIterableIterate.anySatisfy
(CharIterable iterable, CharPredicate predicate) static boolean
CharIteratorIterate.anySatisfy
(CharIterator iterator, CharPredicate predicate) static int
CharIterableIterate.count
(CharIterable iterable, CharPredicate predicate) static int
CharIteratorIterate.count
(CharIterator iterator, CharPredicate predicate) static char
CharIterableIterate.detectIfNone
(CharIterable iterable, CharPredicate predicate, char ifNone) static char
CharIteratorIterate.detectIfNone
(CharIterator iterator, CharPredicate predicate, char ifNone) static boolean
CharIterableIterate.noneSatisfy
(CharIterable iterable, CharPredicate predicate) static boolean
CharIteratorIterate.noneSatisfy
(CharIterator iterator, CharPredicate predicate) static <R extends MutableCharCollection>
RCharIterableIterate.reject
(CharIterable iterable, CharPredicate predicate, R targetCollection) static <R extends MutableCharCollection>
RCharIteratorIterate.reject
(CharIterator iterator, CharPredicate predicate, R targetCollection) static <R extends MutableCharCollection>
RCharIterableIterate.select
(CharIterable iterable, CharPredicate predicate, R targetCollection) static <R extends MutableCharCollection>
RCharIteratorIterate.select
(CharIterator iterator, CharPredicate predicate, R targetCollection) -
Uses of CharPredicate in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type CharPredicateModifier and TypeMethodDescriptionstatic <V> LazyIterable
<V> LazyCharIterate.collectIf
(CharIterable iterable, CharPredicate predicate, CharToObjectFunction<? extends V> function) Creates a deferred filtering and transforming char iterable for the specified char iterable.static LazyCharIterable
LazyCharIterate.select
(CharIterable iterable, CharPredicate predicate) Creates a deferred filtering char iterable for the specified char iterable.