Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.CharPredicate
-
Packages that use CharPredicate Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.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.api.ordered.primitive org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.org.eclipse.collections.impl.block.factory.primitive This package contains factory implementations for primitive functions, primitive predicates, primitive procedures and primitive comparators.org.eclipse.collections.impl.block.function.primitive This package contains implementations of primitive functions.org.eclipse.collections.impl.block.procedure.primitive This package contains implementations of primitive procedures.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.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.org.eclipse.collections.impl.primitive org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive org.eclipse.collections.impl.string.immutable org.eclipse.collections.impl.utility This package contains static utilities that provide iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal.primitive org.eclipse.collections.impl.utility.primitive -
-
Uses of CharPredicate in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type CharPredicate Modifier and Type Method Description boolean
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
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
LazyCharIterable. reject(CharPredicate predicate)
CharIterable
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
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 CharPredicate Modifier and Type Method Description CharBag
CharBag. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableCharBag. reject(CharPredicate predicate)
MutableCharBag
MutableCharBag. reject(CharPredicate predicate)
CharBag
CharBag. select(CharPredicate predicate)
ImmutableCharBag
ImmutableCharBag. select(CharPredicate predicate)
MutableCharBag
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 CharPredicate Modifier and Type Method Description ImmutableCharCollection
ImmutableCharCollection. reject(CharPredicate predicate)
MutableCharCollection
MutableCharCollection. reject(CharPredicate predicate)
default boolean
MutableCharCollection. removeIf(CharPredicate predicate)
ImmutableCharCollection
ImmutableCharCollection. select(CharPredicate predicate)
MutableCharCollection
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 CharPredicate Modifier and Type Method Description CharList
CharList. reject(CharPredicate predicate)
ImmutableCharList
ImmutableCharList. reject(CharPredicate predicate)
MutableCharList
MutableCharList. reject(CharPredicate predicate)
CharList
CharList. select(CharPredicate predicate)
ImmutableCharList
ImmutableCharList. select(CharPredicate predicate)
MutableCharList
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 CharPredicate Modifier and Type Method Description CharBag
CharValuesMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableByteCharMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableCharCharMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableDoubleCharMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableFloatCharMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableIntCharMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableLongCharMap. reject(CharPredicate predicate)
ImmutableCharCollection
ImmutableObjectCharMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableShortCharMap. reject(CharPredicate predicate)
MutableCharBag
MutableCharValuesMap. reject(CharPredicate predicate)
MutableCharCollection
MutableObjectCharMap. reject(CharPredicate predicate)
CharBag
CharValuesMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableByteCharMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableCharCharMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableDoubleCharMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableFloatCharMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableIntCharMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableLongCharMap. select(CharPredicate predicate)
ImmutableCharCollection
ImmutableObjectCharMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableShortCharMap. select(CharPredicate predicate)
MutableCharBag
MutableCharValuesMap. select(CharPredicate predicate)
MutableCharCollection
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 CharPredicate Modifier and Type Method Description OrderedCharIterable
OrderedCharIterable. reject(CharPredicate predicate)
ReversibleCharIterable
ReversibleCharIterable. reject(CharPredicate predicate)
OrderedCharIterable
OrderedCharIterable. select(CharPredicate predicate)
ReversibleCharIterable
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 CharPredicate Modifier and Type Method Description CharSet
CharSet. reject(CharPredicate predicate)
ImmutableCharSet
ImmutableCharSet. reject(CharPredicate predicate)
MutableCharSet
MutableCharSet. reject(CharPredicate predicate)
CharSet
CharSet. select(CharPredicate predicate)
ImmutableCharSet
ImmutableCharSet. select(CharPredicate predicate)
MutableCharSet
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 CharPredicate Modifier and Type Method Description CharStack
CharStack. reject(CharPredicate predicate)
ImmutableCharStack
ImmutableCharStack. reject(CharPredicate predicate)
MutableCharStack
MutableCharStack. reject(CharPredicate predicate)
CharStack
CharStack. select(CharPredicate predicate)
ImmutableCharStack
ImmutableCharStack. select(CharPredicate predicate)
MutableCharStack
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 CharPredicate Modifier and Type Method Description boolean
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)
ImmutableCharBag
ImmutableCharEmptyBag. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableCharHashBag. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableCharSingletonBag. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableCharEmptyBag. select(CharPredicate predicate)
ImmutableCharBag
ImmutableCharHashBag. select(CharPredicate predicate)
ImmutableCharBag
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 CharPredicate Modifier and Type Method Description boolean
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
CharHashBag. reject(CharPredicate predicate)
MutableCharBag
SynchronizedCharBag. reject(CharPredicate predicate)
MutableCharBag
UnmodifiableCharBag. reject(CharPredicate predicate)
boolean
CharHashBag. removeIf(CharPredicate predicate)
CharHashBag
CharHashBag. select(CharPredicate predicate)
MutableCharBag
SynchronizedCharBag. select(CharPredicate predicate)
MutableCharBag
UnmodifiableCharBag. select(CharPredicate predicate)
-
Uses of CharPredicate in org.eclipse.collections.impl.block.factory.primitive
Fields in org.eclipse.collections.impl.block.factory.primitive declared as CharPredicate Modifier and Type Field Description private static CharPredicate
CharPredicates. ALWAYS_FALSE
private static CharPredicate
CharPredicates. ALWAYS_TRUE
private CharPredicate
CharPredicates.NotCharPredicate. negate
private CharPredicate
CharPredicates.AndCharPredicate. one
private CharPredicate
CharPredicates.OrCharPredicate. one
private CharPredicate
CharPredicates.AndCharPredicate. two
private CharPredicate
CharPredicates.OrCharPredicate. two
Methods in org.eclipse.collections.impl.block.factory.primitive that return CharPredicate Modifier and Type Method Description static 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 CharPredicate Modifier and Type Method Description static 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 CharPredicate Constructor Description AndCharPredicate(CharPredicate one, CharPredicate two)
NotCharPredicate(CharPredicate negate)
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 CharPredicate Modifier and Type Field Description private MutableList<Pair<CharPredicate,CharToObjectFunction<? extends V>>>
CharCaseFunction. predicateFunctions
Methods in org.eclipse.collections.impl.block.function.primitive with parameters of type CharPredicate Modifier and Type Method Description CharCaseFunction<V>
CharCaseFunction. 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 CharPredicate Modifier and Type Field Description private MutableList<Pair<CharPredicate,CharProcedure>>
CharCaseProcedure. predicateProcedures
Methods in org.eclipse.collections.impl.block.procedure.primitive with parameters of type CharPredicate Modifier and Type Method Description CharCaseProcedure
CharCaseProcedure. 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 CharPredicate Modifier and Type Method Description boolean
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)
MutableCharCollection
AbstractSynchronizedCharCollection. reject(CharPredicate predicate)
MutableCharCollection
AbstractUnmodifiableCharCollection. reject(CharPredicate predicate)
boolean
AbstractSynchronizedCharCollection. removeIf(CharPredicate predicate)
boolean
AbstractUnmodifiableCharCollection. removeIf(CharPredicate predicate)
MutableCharCollection
AbstractSynchronizedCharCollection. select(CharPredicate predicate)
MutableCharCollection
AbstractUnmodifiableCharCollection. select(CharPredicate predicate)
-
Uses of CharPredicate in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as CharPredicate Modifier and Type Field Description private CharPredicate
SelectCharIterable.CountCharProcedure. predicate
private CharPredicate
SelectCharIterable. predicate
private CharPredicate
SelectCharIterable.SelectCharIterator. predicate
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type CharPredicate Modifier and Type Method Description boolean
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)
LazyCharIterable
AbstractLazyCharIterable. reject(CharPredicate predicate)
LazyCharIterable
AbstractLazyCharIterable. select(CharPredicate predicate)
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type CharPredicate Constructor Description CountCharProcedure(CharPredicate predicate)
SelectCharIterable(CharIterable delegate, CharPredicate predicate)
SelectCharIterator(CharIterable iterable, CharPredicate predicate)
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 CharPredicate Modifier and Type Method Description boolean
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)
ImmutableCharList
ImmutableCharArrayList. reject(CharPredicate predicate)
<R extends MutableCharCollection>
RImmutableCharArrayList. reject(CharPredicate predicate, R target)
ImmutableCharList
ImmutableCharEmptyList. reject(CharPredicate predicate)
ImmutableCharList
ImmutableCharSingletonList. reject(CharPredicate predicate)
ImmutableCharList
ImmutableCharArrayList. select(CharPredicate predicate)
<R extends MutableCharCollection>
RImmutableCharArrayList. select(CharPredicate predicate, R target)
ImmutableCharList
ImmutableCharEmptyList. select(CharPredicate predicate)
ImmutableCharList
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 CharPredicate Modifier and Type Method Description boolean
CharArrayList. allSatisfy(CharPredicate predicate)
boolean
CharArrayList. anySatisfy(CharPredicate predicate)
int
CharArrayList. count(CharPredicate predicate)
char
CharArrayList. detectIfNone(CharPredicate predicate, char ifNone)
CharArrayList
CharArrayList. reject(CharPredicate predicate)
<R extends MutableCharCollection>
RCharArrayList. reject(CharPredicate predicate, R target)
MutableCharList
SynchronizedCharList. reject(CharPredicate predicate)
MutableCharList
UnmodifiableCharList. reject(CharPredicate predicate)
boolean
CharArrayList. removeIf(CharPredicate predicate)
CharArrayList
CharArrayList. select(CharPredicate predicate)
<R extends MutableCharCollection>
RCharArrayList. select(CharPredicate predicate, R target)
MutableCharList
SynchronizedCharList. select(CharPredicate predicate)
MutableCharList
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 CharPredicate Modifier and Type Method Description boolean
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)
ImmutableCharBag
ImmutableByteCharEmptyMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableByteCharHashMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableByteCharSingletonMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableCharCharEmptyMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableCharCharHashMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableCharCharSingletonMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableDoubleCharEmptyMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableDoubleCharHashMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableDoubleCharSingletonMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableFloatCharEmptyMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableFloatCharHashMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableFloatCharSingletonMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableIntCharEmptyMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableIntCharHashMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableIntCharSingletonMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableLongCharEmptyMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableLongCharHashMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableLongCharSingletonMap. reject(CharPredicate predicate)
ImmutableCharCollection
ImmutableObjectCharEmptyMap. reject(CharPredicate predicate)
ImmutableCharCollection
ImmutableObjectCharHashMap. reject(CharPredicate predicate)
ImmutableCharCollection
ImmutableObjectCharSingletonMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableShortCharEmptyMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableShortCharHashMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableShortCharSingletonMap. reject(CharPredicate predicate)
ImmutableCharBag
ImmutableByteCharEmptyMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableByteCharHashMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableByteCharSingletonMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableCharCharEmptyMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableCharCharHashMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableCharCharSingletonMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableDoubleCharEmptyMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableDoubleCharHashMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableDoubleCharSingletonMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableFloatCharEmptyMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableFloatCharHashMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableFloatCharSingletonMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableIntCharEmptyMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableIntCharHashMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableIntCharSingletonMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableLongCharEmptyMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableLongCharHashMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableLongCharSingletonMap. select(CharPredicate predicate)
ImmutableCharCollection
ImmutableObjectCharEmptyMap. select(CharPredicate predicate)
ImmutableCharCollection
ImmutableObjectCharHashMap. select(CharPredicate predicate)
ImmutableCharCollection
ImmutableObjectCharSingletonMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableShortCharEmptyMap. select(CharPredicate predicate)
ImmutableCharBag
ImmutableShortCharHashMap. select(CharPredicate predicate)
ImmutableCharBag
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 CharPredicate Modifier and Type Method Description boolean
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)
MutableCharSet
AbstractMutableCharKeySet. reject(CharPredicate predicate)
MutableCharCollection
AbstractMutableCharValuesMap.AbstractCharValuesCollection. reject(CharPredicate predicate)
MutableCharBag
AbstractMutableCharValuesMap. reject(CharPredicate predicate)
ImmutableCharSet
ImmutableCharCharMapKeySet. reject(CharPredicate predicate)
ImmutableCharSet
ImmutableCharMapKeySet. reject(CharPredicate predicate)
MutableCharCollection
ObjectCharHashMap. reject(CharPredicate predicate)
MutableCharCollection
ObjectCharHashMap.ValuesCollection. reject(CharPredicate predicate)
MutableCharCollection
ObjectCharHashMapWithHashingStrategy. reject(CharPredicate predicate)
MutableCharCollection
ObjectCharHashMapWithHashingStrategy.ValuesCollection. reject(CharPredicate predicate)
MutableCharBag
SynchronizedByteCharMap. reject(CharPredicate predicate)
MutableCharBag
SynchronizedCharCharMap. reject(CharPredicate predicate)
MutableCharBag
SynchronizedDoubleCharMap. reject(CharPredicate predicate)
MutableCharBag
SynchronizedFloatCharMap. reject(CharPredicate predicate)
MutableCharBag
SynchronizedIntCharMap. reject(CharPredicate predicate)
MutableCharBag
SynchronizedLongCharMap. reject(CharPredicate predicate)
MutableCharCollection
SynchronizedObjectCharMap. reject(CharPredicate predicate)
MutableCharBag
SynchronizedShortCharMap. reject(CharPredicate predicate)
MutableCharBag
UnmodifiableByteCharMap. reject(CharPredicate predicate)
MutableCharBag
UnmodifiableCharCharMap. reject(CharPredicate predicate)
MutableCharBag
UnmodifiableDoubleCharMap. reject(CharPredicate predicate)
MutableCharBag
UnmodifiableFloatCharMap. reject(CharPredicate predicate)
MutableCharBag
UnmodifiableIntCharMap. reject(CharPredicate predicate)
MutableCharBag
UnmodifiableLongCharMap. reject(CharPredicate predicate)
MutableCharCollection
UnmodifiableObjectCharMap. reject(CharPredicate predicate)
MutableCharBag
UnmodifiableShortCharMap. reject(CharPredicate predicate)
MutableCharSet
AbstractMutableCharKeySet. select(CharPredicate predicate)
MutableCharCollection
AbstractMutableCharValuesMap.AbstractCharValuesCollection. select(CharPredicate predicate)
MutableCharBag
AbstractMutableCharValuesMap. select(CharPredicate predicate)
ImmutableCharSet
ImmutableCharCharMapKeySet. select(CharPredicate predicate)
ImmutableCharSet
ImmutableCharMapKeySet. select(CharPredicate predicate)
MutableCharCollection
ObjectCharHashMap. select(CharPredicate predicate)
MutableCharCollection
ObjectCharHashMap.ValuesCollection. select(CharPredicate predicate)
MutableCharCollection
ObjectCharHashMapWithHashingStrategy. select(CharPredicate predicate)
MutableCharCollection
ObjectCharHashMapWithHashingStrategy.ValuesCollection. select(CharPredicate predicate)
MutableCharBag
SynchronizedByteCharMap. select(CharPredicate predicate)
MutableCharBag
SynchronizedCharCharMap. select(CharPredicate predicate)
MutableCharBag
SynchronizedDoubleCharMap. select(CharPredicate predicate)
MutableCharBag
SynchronizedFloatCharMap. select(CharPredicate predicate)
MutableCharBag
SynchronizedIntCharMap. select(CharPredicate predicate)
MutableCharBag
SynchronizedLongCharMap. select(CharPredicate predicate)
MutableCharCollection
SynchronizedObjectCharMap. select(CharPredicate predicate)
MutableCharBag
SynchronizedShortCharMap. select(CharPredicate predicate)
MutableCharBag
UnmodifiableByteCharMap. select(CharPredicate predicate)
MutableCharBag
UnmodifiableCharCharMap. select(CharPredicate predicate)
MutableCharBag
UnmodifiableDoubleCharMap. select(CharPredicate predicate)
MutableCharBag
UnmodifiableFloatCharMap. select(CharPredicate predicate)
MutableCharBag
UnmodifiableIntCharMap. select(CharPredicate predicate)
MutableCharBag
UnmodifiableLongCharMap. select(CharPredicate predicate)
MutableCharCollection
UnmodifiableObjectCharMap. select(CharPredicate predicate)
MutableCharBag
UnmodifiableShortCharMap. select(CharPredicate predicate)
-
Uses of CharPredicate in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type CharPredicate Modifier and Type Method Description boolean
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)
CharIterable
SynchronizedCharIterable. reject(CharPredicate predicate)
CharIterable
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 CharPredicate Modifier and Type Method Description boolean
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)
ImmutableCharSet
ImmutableCharEmptySet. reject(CharPredicate predicate)
ImmutableCharSet
ImmutableCharSingletonSet. reject(CharPredicate predicate)
ImmutableCharSet
ImmutableCharEmptySet. select(CharPredicate predicate)
ImmutableCharSet
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 CharPredicate Modifier and Type Method Description boolean
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)
ImmutableCharSet
CharHashSet.ImmutableCharHashSet. reject(CharPredicate predicate)
CharHashSet
CharHashSet. reject(CharPredicate predicate)
<R extends MutableCharCollection>
RCharHashSet. reject(CharPredicate predicate, R target)
MutableCharSet
SynchronizedCharSet. reject(CharPredicate predicate)
MutableCharSet
UnmodifiableCharSet. reject(CharPredicate predicate)
ImmutableCharSet
CharHashSet.ImmutableCharHashSet. select(CharPredicate predicate)
CharHashSet
CharHashSet. select(CharPredicate predicate)
<R extends MutableCharCollection>
RCharHashSet. select(CharPredicate predicate, R target)
MutableCharSet
SynchronizedCharSet. select(CharPredicate predicate)
MutableCharSet
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 CharPredicate Modifier and Type Method Description boolean
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)
ImmutableCharStack
ImmutableCharArrayStack. reject(CharPredicate predicate)
ImmutableCharStack
ImmutableCharEmptyStack. reject(CharPredicate predicate)
ImmutableCharStack
ImmutableCharSingletonStack. reject(CharPredicate predicate)
ImmutableCharStack
ImmutableCharArrayStack. select(CharPredicate predicate)
ImmutableCharStack
ImmutableCharEmptyStack. select(CharPredicate predicate)
ImmutableCharStack
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 CharPredicate Modifier and Type Method Description boolean
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)
MutableCharStack
CharArrayStack. reject(CharPredicate predicate)
MutableCharStack
SynchronizedCharStack. reject(CharPredicate predicate)
MutableCharStack
UnmodifiableCharStack. reject(CharPredicate predicate)
MutableCharStack
CharArrayStack. select(CharPredicate predicate)
MutableCharStack
SynchronizedCharStack. select(CharPredicate predicate)
MutableCharStack
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 CharPredicate Modifier and Type Method Description boolean
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 CharPredicate Modifier and Type Method Description boolean
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
CharAdapter. reject(CharPredicate predicate)
CharAdapter
CharAdapter. select(CharPredicate predicate)
-
Uses of CharPredicate in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type CharPredicate Modifier and Type Method Description static boolean
StringIterate. allSatisfy(java.lang.String string, CharPredicate predicate)
Deprecated.since 7.0.static boolean
StringIterate. allSatisfyChar(java.lang.String string, CharPredicate predicate)
static boolean
StringIterate. anySatisfy(java.lang.String string, CharPredicate predicate)
Deprecated.since 7.0.static boolean
StringIterate. anySatisfyChar(java.lang.String string, CharPredicate predicate)
static int
StringIterate. count(java.lang.String string, CharPredicate predicate)
Deprecated.since 7.0.static int
StringIterate. countChar(java.lang.String string, CharPredicate predicate)
Count the number of elements that return true for the specifiedpredicate
.static java.lang.Character
StringIterate. detect(java.lang.String string, CharPredicate predicate)
Deprecated.since 7.0.static java.lang.Character
StringIterate. detectChar(java.lang.String string, CharPredicate predicate)
Find the first element that returns true for the specifiedpredicate
.static java.lang.Character
StringIterate. detectCharIfNone(java.lang.String string, CharPredicate predicate, char resultIfNone)
Find the first element that returns true for the specifiedpredicate
.static java.lang.Character
StringIterate. detectCharIfNone(java.lang.String string, CharPredicate predicate, java.lang.String resultIfNone)
Find the first element that returns true for the specifiedpredicate
.static java.lang.Character
StringIterate. detectIfNone(java.lang.String string, CharPredicate predicate, char resultIfNone)
Deprecated.since 7.0.static java.lang.Character
StringIterate. detectIfNone(java.lang.String string, CharPredicate predicate, java.lang.String resultIfNone)
Deprecated.since 7.0.static boolean
StringIterate. noneSatisfy(java.lang.String string, CharPredicate predicate)
Deprecated.since 7.0.static boolean
StringIterate. noneSatisfyChar(java.lang.String string, CharPredicate predicate)
static java.lang.String
StringIterate. reject(java.lang.String string, CharPredicate predicate)
Deprecated.since 7.0.static java.lang.String
StringIterate. rejectChar(java.lang.String string, CharPredicate predicate)
static java.lang.String
StringIterate. select(java.lang.String string, CharPredicate predicate)
Deprecated.since 7.0.static java.lang.String
StringIterate. selectChar(java.lang.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 CharPredicate Modifier and Type Method Description static 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 CharPredicate Modifier and Type Method Description static <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.
-