Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.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.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.mutable.primitive |
This package contains implementations of the mutable primitive list 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.mutable.primitive |
This package contains implementations of the mutable primitive set 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 booleanCharIterable. allSatisfy(CharPredicate predicate)Returns true if all of the elements in the CharIterable return true for the specified predicate, otherwise returns false.booleanCharIterable. anySatisfy(CharPredicate predicate)Returns true if any of the elements in the CharIterable return true for the specified predicate, otherwise returns false.intCharIterable. count(CharPredicate predicate)Returns a count of the number of elements in the CharIterable that return true for the specified predicate.charCharIterable. detectIfNone(CharPredicate predicate, char ifNone)booleanCharIterable. noneSatisfy(CharPredicate predicate)Returns true if none of the elements in the CharIterable return true for the specified predicate, otherwise returns false.CharIterableCharIterable. 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.LazyCharIterableLazyCharIterable. reject(CharPredicate predicate)CharIterableCharIterable. 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.LazyCharIterableLazyCharIterable. 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 CharBagCharBag. reject(CharPredicate predicate)ImmutableCharBagImmutableCharBag. reject(CharPredicate predicate)MutableCharBagMutableCharBag. reject(CharPredicate predicate)CharBagCharBag. select(CharPredicate predicate)ImmutableCharBagImmutableCharBag. select(CharPredicate predicate)MutableCharBagMutableCharBag. 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 ImmutableCharCollectionImmutableCharCollection. reject(CharPredicate predicate)MutableCharCollectionMutableCharCollection. reject(CharPredicate predicate)default booleanMutableCharCollection. removeIf(CharPredicate predicate)ImmutableCharCollectionImmutableCharCollection. select(CharPredicate predicate)MutableCharCollectionMutableCharCollection. 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 CharListCharList. reject(CharPredicate predicate)ImmutableCharListImmutableCharList. reject(CharPredicate predicate)MutableCharListMutableCharList. reject(CharPredicate predicate)CharListCharList. select(CharPredicate predicate)ImmutableCharListImmutableCharList. select(CharPredicate predicate)MutableCharListMutableCharList. 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 CharBagCharValuesMap. reject(CharPredicate predicate)ImmutableCharBagImmutableByteCharMap. reject(CharPredicate predicate)ImmutableCharBagImmutableCharCharMap. reject(CharPredicate predicate)ImmutableCharBagImmutableDoubleCharMap. reject(CharPredicate predicate)ImmutableCharBagImmutableFloatCharMap. reject(CharPredicate predicate)ImmutableCharBagImmutableIntCharMap. reject(CharPredicate predicate)ImmutableCharBagImmutableLongCharMap. reject(CharPredicate predicate)ImmutableCharCollectionImmutableObjectCharMap. reject(CharPredicate predicate)ImmutableCharBagImmutableShortCharMap. reject(CharPredicate predicate)MutableCharBagMutableCharValuesMap. reject(CharPredicate predicate)MutableCharCollectionMutableObjectCharMap. reject(CharPredicate predicate)CharBagCharValuesMap. select(CharPredicate predicate)ImmutableCharBagImmutableByteCharMap. select(CharPredicate predicate)ImmutableCharBagImmutableCharCharMap. select(CharPredicate predicate)ImmutableCharBagImmutableDoubleCharMap. select(CharPredicate predicate)ImmutableCharBagImmutableFloatCharMap. select(CharPredicate predicate)ImmutableCharBagImmutableIntCharMap. select(CharPredicate predicate)ImmutableCharBagImmutableLongCharMap. select(CharPredicate predicate)ImmutableCharCollectionImmutableObjectCharMap. select(CharPredicate predicate)ImmutableCharBagImmutableShortCharMap. select(CharPredicate predicate)MutableCharBagMutableCharValuesMap. select(CharPredicate predicate)MutableCharCollectionMutableObjectCharMap. 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 OrderedCharIterableOrderedCharIterable. reject(CharPredicate predicate)ReversibleCharIterableReversibleCharIterable. reject(CharPredicate predicate)OrderedCharIterableOrderedCharIterable. select(CharPredicate predicate)ReversibleCharIterableReversibleCharIterable. 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 CharSetCharSet. reject(CharPredicate predicate)ImmutableCharSetImmutableCharSet. reject(CharPredicate predicate)MutableCharSetMutableCharSet. reject(CharPredicate predicate)CharSetCharSet. select(CharPredicate predicate)ImmutableCharSetImmutableCharSet. select(CharPredicate predicate)MutableCharSetMutableCharSet. 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 CharStackCharStack. reject(CharPredicate predicate)ImmutableCharStackImmutableCharStack. reject(CharPredicate predicate)MutableCharStackMutableCharStack. reject(CharPredicate predicate)CharStackCharStack. select(CharPredicate predicate)ImmutableCharStackImmutableCharStack. select(CharPredicate predicate)MutableCharStackMutableCharStack. 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 booleanCharHashBag. allSatisfy(CharPredicate predicate)booleanCharHashBag. anySatisfy(CharPredicate predicate)intCharHashBag. count(CharPredicate predicate)charCharHashBag. detectIfNone(CharPredicate predicate, char ifNone)booleanCharHashBag. noneSatisfy(CharPredicate predicate)CharHashBagCharHashBag. reject(CharPredicate predicate)MutableCharBagSynchronizedCharBag. reject(CharPredicate predicate)MutableCharBagUnmodifiableCharBag. reject(CharPredicate predicate)booleanCharHashBag. removeIf(CharPredicate predicate)CharHashBagCharHashBag. select(CharPredicate predicate)MutableCharBagSynchronizedCharBag. select(CharPredicate predicate)MutableCharBagUnmodifiableCharBag. select(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.impl.block.factory.primitive
Methods in org.eclipse.collections.impl.block.factory.primitive that return CharPredicate Modifier and Type Method Description static CharPredicateCharPredicates. alwaysFalse()static CharPredicateCharPredicates. alwaysTrue()static CharPredicateCharPredicates. and(CharPredicate one, CharPredicate two)static CharPredicateCharPredicates. equal(char expected)static CharPredicateCharPredicates. greaterThan(char expected)static CharPredicateCharPredicates. isDigit()static CharPredicateCharPredicates. isDigitOrDot()static CharPredicateCharPredicates. isLetter()static CharPredicateCharPredicates. isLetterOrDigit()static CharPredicateCharPredicates. isLowerCase()static CharPredicateCharPredicates. isUndefined()static CharPredicateCharPredicates. isUpperCase()static CharPredicateCharPredicates. isWhitespace()static CharPredicateCharPredicates. lessThan(char expected)static CharPredicateCharPredicates. not(CharPredicate negate)static CharPredicateCharPredicates. 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 CharPredicateCharPredicates. and(CharPredicate one, CharPredicate two)static CharPredicateCharPredicates. not(CharPredicate negate)static CharPredicateCharPredicates. or(CharPredicate one, CharPredicate two) -
Uses of CharPredicate in org.eclipse.collections.impl.block.function.primitive
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
Methods in org.eclipse.collections.impl.block.procedure.primitive with parameters of type CharPredicate Modifier and Type Method Description CharCaseProcedureCharCaseProcedure. 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 booleanAbstractSynchronizedCharCollection. allSatisfy(CharPredicate predicate)booleanAbstractUnmodifiableCharCollection. allSatisfy(CharPredicate predicate)booleanAbstractSynchronizedCharCollection. anySatisfy(CharPredicate predicate)booleanAbstractUnmodifiableCharCollection. anySatisfy(CharPredicate predicate)intAbstractSynchronizedCharCollection. count(CharPredicate predicate)intAbstractUnmodifiableCharCollection. count(CharPredicate predicate)charAbstractSynchronizedCharCollection. detectIfNone(CharPredicate predicate, char ifNone)charAbstractUnmodifiableCharCollection. detectIfNone(CharPredicate predicate, char ifNone)booleanAbstractSynchronizedCharCollection. noneSatisfy(CharPredicate predicate)booleanAbstractUnmodifiableCharCollection. noneSatisfy(CharPredicate predicate)MutableCharCollectionAbstractSynchronizedCharCollection. reject(CharPredicate predicate)MutableCharCollectionAbstractUnmodifiableCharCollection. reject(CharPredicate predicate)booleanAbstractSynchronizedCharCollection. removeIf(CharPredicate predicate)booleanAbstractUnmodifiableCharCollection. removeIf(CharPredicate predicate)MutableCharCollectionAbstractSynchronizedCharCollection. select(CharPredicate predicate)MutableCharCollectionAbstractUnmodifiableCharCollection. select(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type CharPredicate Modifier and Type Method Description booleanAbstractLazyCharIterable. allSatisfy(CharPredicate predicate)booleanCollectCharIterable. allSatisfy(CharPredicate predicate)booleanLazyCharIterableAdapter. allSatisfy(CharPredicate predicate)booleanSelectCharIterable. allSatisfy(CharPredicate predicate)booleanTapCharIterable. allSatisfy(CharPredicate predicate)booleanAbstractLazyCharIterable. anySatisfy(CharPredicate predicate)booleanCollectCharIterable. anySatisfy(CharPredicate predicate)booleanLazyCharIterableAdapter. anySatisfy(CharPredicate predicate)booleanSelectCharIterable. anySatisfy(CharPredicate predicate)booleanTapCharIterable. anySatisfy(CharPredicate predicate)intAbstractLazyCharIterable. count(CharPredicate predicate)intCollectCharIterable. count(CharPredicate predicate)intLazyCharIterableAdapter. count(CharPredicate predicate)intSelectCharIterable. count(CharPredicate predicate)charAbstractLazyCharIterable. detectIfNone(CharPredicate predicate, char ifNone)charLazyCharIterableAdapter. detectIfNone(CharPredicate predicate, char ifNone)charTapCharIterable. detectIfNone(CharPredicate predicate, char ifNone)booleanAbstractLazyCharIterable. noneSatisfy(CharPredicate predicate)booleanCollectCharIterable. noneSatisfy(CharPredicate predicate)booleanLazyCharIterableAdapter. noneSatisfy(CharPredicate predicate)booleanSelectCharIterable. noneSatisfy(CharPredicate predicate)booleanTapCharIterable. noneSatisfy(CharPredicate predicate)LazyCharIterableAbstractLazyCharIterable. reject(CharPredicate predicate)LazyCharIterableAbstractLazyCharIterable. select(CharPredicate predicate)Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type CharPredicate Constructor Description SelectCharIterable(CharIterable delegate, 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 booleanCharArrayList. allSatisfy(CharPredicate predicate)booleanCharArrayList. anySatisfy(CharPredicate predicate)intCharArrayList. count(CharPredicate predicate)charCharArrayList. detectIfNone(CharPredicate predicate, char ifNone)booleanCharArrayList. noneSatisfy(CharPredicate predicate)CharArrayListCharArrayList. reject(CharPredicate predicate)<R extends MutableCharCollection>
RCharArrayList. reject(CharPredicate predicate, R target)MutableCharListSynchronizedCharList. reject(CharPredicate predicate)MutableCharListUnmodifiableCharList. reject(CharPredicate predicate)booleanCharArrayList. removeIf(CharPredicate predicate)CharArrayListCharArrayList. select(CharPredicate predicate)<R extends MutableCharCollection>
RCharArrayList. select(CharPredicate predicate, R target)MutableCharListSynchronizedCharList. select(CharPredicate predicate)MutableCharListUnmodifiableCharList. 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 booleanAbstractMutableCharKeySet. allSatisfy(CharPredicate predicate)booleanAbstractMutableCharValuesMap. allSatisfy(CharPredicate predicate)booleanObjectCharHashMap. allSatisfy(CharPredicate predicate)booleanObjectCharHashMapWithHashingStrategy. allSatisfy(CharPredicate predicate)booleanSynchronizedByteCharMap. allSatisfy(CharPredicate predicate)booleanSynchronizedCharCharMap. allSatisfy(CharPredicate predicate)booleanSynchronizedDoubleCharMap. allSatisfy(CharPredicate predicate)booleanSynchronizedFloatCharMap. allSatisfy(CharPredicate predicate)booleanSynchronizedIntCharMap. allSatisfy(CharPredicate predicate)booleanSynchronizedLongCharMap. allSatisfy(CharPredicate predicate)booleanSynchronizedObjectCharMap. allSatisfy(CharPredicate predicate)booleanSynchronizedShortCharMap. allSatisfy(CharPredicate predicate)booleanUnmodifiableByteCharMap. allSatisfy(CharPredicate predicate)booleanUnmodifiableCharCharMap. allSatisfy(CharPredicate predicate)booleanUnmodifiableDoubleCharMap. allSatisfy(CharPredicate predicate)booleanUnmodifiableFloatCharMap. allSatisfy(CharPredicate predicate)booleanUnmodifiableIntCharMap. allSatisfy(CharPredicate predicate)booleanUnmodifiableLongCharMap. allSatisfy(CharPredicate predicate)booleanUnmodifiableObjectCharMap. allSatisfy(CharPredicate predicate)booleanUnmodifiableShortCharMap. allSatisfy(CharPredicate predicate)booleanAbstractMutableCharKeySet. anySatisfy(CharPredicate predicate)booleanAbstractMutableCharValuesMap. anySatisfy(CharPredicate predicate)booleanObjectCharHashMap. anySatisfy(CharPredicate predicate)booleanObjectCharHashMapWithHashingStrategy. anySatisfy(CharPredicate predicate)booleanSynchronizedByteCharMap. anySatisfy(CharPredicate predicate)booleanSynchronizedCharCharMap. anySatisfy(CharPredicate predicate)booleanSynchronizedDoubleCharMap. anySatisfy(CharPredicate predicate)booleanSynchronizedFloatCharMap. anySatisfy(CharPredicate predicate)booleanSynchronizedIntCharMap. anySatisfy(CharPredicate predicate)booleanSynchronizedLongCharMap. anySatisfy(CharPredicate predicate)booleanSynchronizedObjectCharMap. anySatisfy(CharPredicate predicate)booleanSynchronizedShortCharMap. anySatisfy(CharPredicate predicate)booleanUnmodifiableByteCharMap. anySatisfy(CharPredicate predicate)booleanUnmodifiableCharCharMap. anySatisfy(CharPredicate predicate)booleanUnmodifiableDoubleCharMap. anySatisfy(CharPredicate predicate)booleanUnmodifiableFloatCharMap. anySatisfy(CharPredicate predicate)booleanUnmodifiableIntCharMap. anySatisfy(CharPredicate predicate)booleanUnmodifiableLongCharMap. anySatisfy(CharPredicate predicate)booleanUnmodifiableObjectCharMap. anySatisfy(CharPredicate predicate)booleanUnmodifiableShortCharMap. anySatisfy(CharPredicate predicate)intAbstractMutableCharKeySet. count(CharPredicate predicate)intAbstractMutableCharValuesMap. count(CharPredicate predicate)intObjectCharHashMap. count(CharPredicate predicate)intObjectCharHashMapWithHashingStrategy. count(CharPredicate predicate)intSynchronizedByteCharMap. count(CharPredicate predicate)intSynchronizedCharCharMap. count(CharPredicate predicate)intSynchronizedDoubleCharMap. count(CharPredicate predicate)intSynchronizedFloatCharMap. count(CharPredicate predicate)intSynchronizedIntCharMap. count(CharPredicate predicate)intSynchronizedLongCharMap. count(CharPredicate predicate)intSynchronizedObjectCharMap. count(CharPredicate predicate)intSynchronizedShortCharMap. count(CharPredicate predicate)intUnmodifiableByteCharMap. count(CharPredicate predicate)intUnmodifiableCharCharMap. count(CharPredicate predicate)intUnmodifiableDoubleCharMap. count(CharPredicate predicate)intUnmodifiableFloatCharMap. count(CharPredicate predicate)intUnmodifiableIntCharMap. count(CharPredicate predicate)intUnmodifiableLongCharMap. count(CharPredicate predicate)intUnmodifiableObjectCharMap. count(CharPredicate predicate)intUnmodifiableShortCharMap. count(CharPredicate predicate)charAbstractMutableCharKeySet. detectIfNone(CharPredicate predicate, char ifNone)charAbstractMutableCharValuesMap. detectIfNone(CharPredicate predicate, char value)charObjectCharHashMap. detectIfNone(CharPredicate predicate, char ifNone)charObjectCharHashMapWithHashingStrategy. detectIfNone(CharPredicate predicate, char ifNone)charSynchronizedByteCharMap. detectIfNone(CharPredicate predicate, char ifNone)charSynchronizedCharCharMap. detectIfNone(CharPredicate predicate, char ifNone)charSynchronizedDoubleCharMap. detectIfNone(CharPredicate predicate, char ifNone)charSynchronizedFloatCharMap. detectIfNone(CharPredicate predicate, char ifNone)charSynchronizedIntCharMap. detectIfNone(CharPredicate predicate, char ifNone)charSynchronizedLongCharMap. detectIfNone(CharPredicate predicate, char ifNone)charSynchronizedObjectCharMap. detectIfNone(CharPredicate predicate, char ifNone)charSynchronizedShortCharMap. detectIfNone(CharPredicate predicate, char ifNone)charUnmodifiableByteCharMap. detectIfNone(CharPredicate predicate, char ifNone)charUnmodifiableCharCharMap. detectIfNone(CharPredicate predicate, char ifNone)charUnmodifiableDoubleCharMap. detectIfNone(CharPredicate predicate, char ifNone)charUnmodifiableFloatCharMap. detectIfNone(CharPredicate predicate, char ifNone)charUnmodifiableIntCharMap. detectIfNone(CharPredicate predicate, char ifNone)charUnmodifiableLongCharMap. detectIfNone(CharPredicate predicate, char ifNone)charUnmodifiableObjectCharMap. detectIfNone(CharPredicate predicate, char ifNone)charUnmodifiableShortCharMap. detectIfNone(CharPredicate predicate, char ifNone)booleanAbstractMutableCharKeySet. noneSatisfy(CharPredicate predicate)booleanAbstractMutableCharValuesMap. noneSatisfy(CharPredicate predicate)booleanObjectCharHashMap. noneSatisfy(CharPredicate predicate)booleanObjectCharHashMapWithHashingStrategy. noneSatisfy(CharPredicate predicate)booleanSynchronizedByteCharMap. noneSatisfy(CharPredicate predicate)booleanSynchronizedCharCharMap. noneSatisfy(CharPredicate predicate)booleanSynchronizedDoubleCharMap. noneSatisfy(CharPredicate predicate)booleanSynchronizedFloatCharMap. noneSatisfy(CharPredicate predicate)booleanSynchronizedIntCharMap. noneSatisfy(CharPredicate predicate)booleanSynchronizedLongCharMap. noneSatisfy(CharPredicate predicate)booleanSynchronizedObjectCharMap. noneSatisfy(CharPredicate predicate)booleanSynchronizedShortCharMap. noneSatisfy(CharPredicate predicate)booleanUnmodifiableByteCharMap. noneSatisfy(CharPredicate predicate)booleanUnmodifiableCharCharMap. noneSatisfy(CharPredicate predicate)booleanUnmodifiableDoubleCharMap. noneSatisfy(CharPredicate predicate)booleanUnmodifiableFloatCharMap. noneSatisfy(CharPredicate predicate)booleanUnmodifiableIntCharMap. noneSatisfy(CharPredicate predicate)booleanUnmodifiableLongCharMap. noneSatisfy(CharPredicate predicate)booleanUnmodifiableObjectCharMap. noneSatisfy(CharPredicate predicate)booleanUnmodifiableShortCharMap. noneSatisfy(CharPredicate predicate)MutableCharSetAbstractMutableCharKeySet. reject(CharPredicate predicate)MutableCharBagAbstractMutableCharValuesMap. reject(CharPredicate predicate)MutableCharCollectionObjectCharHashMap. reject(CharPredicate predicate)MutableCharCollectionObjectCharHashMapWithHashingStrategy. reject(CharPredicate predicate)MutableCharBagSynchronizedByteCharMap. reject(CharPredicate predicate)MutableCharBagSynchronizedCharCharMap. reject(CharPredicate predicate)MutableCharBagSynchronizedDoubleCharMap. reject(CharPredicate predicate)MutableCharBagSynchronizedFloatCharMap. reject(CharPredicate predicate)MutableCharBagSynchronizedIntCharMap. reject(CharPredicate predicate)MutableCharBagSynchronizedLongCharMap. reject(CharPredicate predicate)MutableCharCollectionSynchronizedObjectCharMap. reject(CharPredicate predicate)MutableCharBagSynchronizedShortCharMap. reject(CharPredicate predicate)MutableCharBagUnmodifiableByteCharMap. reject(CharPredicate predicate)MutableCharBagUnmodifiableCharCharMap. reject(CharPredicate predicate)MutableCharBagUnmodifiableDoubleCharMap. reject(CharPredicate predicate)MutableCharBagUnmodifiableFloatCharMap. reject(CharPredicate predicate)MutableCharBagUnmodifiableIntCharMap. reject(CharPredicate predicate)MutableCharBagUnmodifiableLongCharMap. reject(CharPredicate predicate)MutableCharCollectionUnmodifiableObjectCharMap. reject(CharPredicate predicate)MutableCharBagUnmodifiableShortCharMap. reject(CharPredicate predicate)MutableCharSetAbstractMutableCharKeySet. select(CharPredicate predicate)MutableCharBagAbstractMutableCharValuesMap. select(CharPredicate predicate)MutableCharCollectionObjectCharHashMap. select(CharPredicate predicate)MutableCharCollectionObjectCharHashMapWithHashingStrategy. select(CharPredicate predicate)MutableCharBagSynchronizedByteCharMap. select(CharPredicate predicate)MutableCharBagSynchronizedCharCharMap. select(CharPredicate predicate)MutableCharBagSynchronizedDoubleCharMap. select(CharPredicate predicate)MutableCharBagSynchronizedFloatCharMap. select(CharPredicate predicate)MutableCharBagSynchronizedIntCharMap. select(CharPredicate predicate)MutableCharBagSynchronizedLongCharMap. select(CharPredicate predicate)MutableCharCollectionSynchronizedObjectCharMap. select(CharPredicate predicate)MutableCharBagSynchronizedShortCharMap. select(CharPredicate predicate)MutableCharBagUnmodifiableByteCharMap. select(CharPredicate predicate)MutableCharBagUnmodifiableCharCharMap. select(CharPredicate predicate)MutableCharBagUnmodifiableDoubleCharMap. select(CharPredicate predicate)MutableCharBagUnmodifiableFloatCharMap. select(CharPredicate predicate)MutableCharBagUnmodifiableIntCharMap. select(CharPredicate predicate)MutableCharBagUnmodifiableLongCharMap. select(CharPredicate predicate)MutableCharCollectionUnmodifiableObjectCharMap. select(CharPredicate predicate)MutableCharBagUnmodifiableShortCharMap. 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 booleanSynchronizedCharIterable. allSatisfy(CharPredicate predicate)booleanSynchronizedCharIterable. anySatisfy(CharPredicate predicate)intSynchronizedCharIterable. count(CharPredicate predicate)charSynchronizedCharIterable. detectIfNone(CharPredicate predicate, char ifNone)booleanSynchronizedCharIterable. noneSatisfy(CharPredicate predicate)CharIterableSynchronizedCharIterable. reject(CharPredicate predicate)CharIterableSynchronizedCharIterable. 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 booleanCharHashSet. allSatisfy(CharPredicate predicate)booleanCharHashSet. anySatisfy(CharPredicate predicate)intCharHashSet. count(CharPredicate predicate)charCharHashSet. detectIfNone(CharPredicate predicate, char ifNone)booleanCharHashSet. noneSatisfy(CharPredicate predicate)CharHashSetCharHashSet. reject(CharPredicate predicate)<R extends MutableCharCollection>
RCharHashSet. reject(CharPredicate predicate, R target)MutableCharSetSynchronizedCharSet. reject(CharPredicate predicate)MutableCharSetUnmodifiableCharSet. reject(CharPredicate predicate)CharHashSetCharHashSet. select(CharPredicate predicate)<R extends MutableCharCollection>
RCharHashSet. select(CharPredicate predicate, R target)MutableCharSetSynchronizedCharSet. select(CharPredicate predicate)MutableCharSetUnmodifiableCharSet. 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 booleanSynchronizedCharStack. allSatisfy(CharPredicate predicate)booleanUnmodifiableCharStack. allSatisfy(CharPredicate predicate)booleanSynchronizedCharStack. anySatisfy(CharPredicate predicate)booleanUnmodifiableCharStack. anySatisfy(CharPredicate predicate)intSynchronizedCharStack. count(CharPredicate predicate)intUnmodifiableCharStack. count(CharPredicate predicate)charSynchronizedCharStack. detectIfNone(CharPredicate predicate, char ifNone)charUnmodifiableCharStack. detectIfNone(CharPredicate predicate, char ifNone)booleanSynchronizedCharStack. noneSatisfy(CharPredicate predicate)booleanUnmodifiableCharStack. noneSatisfy(CharPredicate predicate)MutableCharStackCharArrayStack. reject(CharPredicate predicate)MutableCharStackSynchronizedCharStack. reject(CharPredicate predicate)MutableCharStackUnmodifiableCharStack. reject(CharPredicate predicate)MutableCharStackCharArrayStack. select(CharPredicate predicate)MutableCharStackSynchronizedCharStack. select(CharPredicate predicate)MutableCharStackUnmodifiableCharStack. 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 booleanAbstractCharStack. allSatisfy(CharPredicate predicate)booleanAbstractCharStack. anySatisfy(CharPredicate predicate)intAbstractCharStack. count(CharPredicate predicate)charAbstractCharStack. detectIfNone(CharPredicate predicate, char ifNone)booleanAbstractCharStack. 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 booleanCharAdapter. allSatisfy(CharPredicate predicate)booleanCharAdapter. anySatisfy(CharPredicate predicate)intCharAdapter. count(CharPredicate predicate)charCharAdapter. detectIfNone(CharPredicate predicate, char ifNone)booleanCharAdapter. noneSatisfy(CharPredicate predicate)CharAdapterCharAdapter. reject(CharPredicate predicate)CharAdapterCharAdapter. 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 booleanStringIterate. allSatisfy(String string, CharPredicate predicate)Deprecated.since 7.0.static booleanStringIterate. allSatisfyChar(String string, CharPredicate predicate)static booleanStringIterate. anySatisfy(String string, CharPredicate predicate)Deprecated.since 7.0.static booleanStringIterate. anySatisfyChar(String string, CharPredicate predicate)static intStringIterate. count(String string, CharPredicate predicate)Deprecated.since 7.0.static intStringIterate. countChar(String string, CharPredicate predicate)Count the number of elements that return true for the specifiedpredicate.static CharacterStringIterate. detect(String string, CharPredicate predicate)Deprecated.since 7.0.static CharacterStringIterate. detectChar(String string, CharPredicate predicate)Find the first element that returns true for the specifiedpredicate.static CharacterStringIterate. detectCharIfNone(String string, CharPredicate predicate, char resultIfNone)Find the first element that returns true for the specifiedpredicate.static CharacterStringIterate. detectCharIfNone(String string, CharPredicate predicate, String resultIfNone)Find the first element that returns true for the specifiedpredicate.static CharacterStringIterate. detectIfNone(String string, CharPredicate predicate, char resultIfNone)Deprecated.since 7.0.static CharacterStringIterate. detectIfNone(String string, CharPredicate predicate, String resultIfNone)Deprecated.since 7.0.static booleanStringIterate. noneSatisfy(String string, CharPredicate predicate)Deprecated.since 7.0.static booleanStringIterate. noneSatisfyChar(String string, CharPredicate predicate)static StringStringIterate. reject(String string, CharPredicate predicate)Deprecated.since 7.0.static StringStringIterate. rejectChar(String string, CharPredicate predicate)static StringStringIterate. select(String string, CharPredicate predicate)Deprecated.since 7.0.static StringStringIterate. 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 CharPredicate Modifier and Type Method Description static booleanCharIterableIterate. allSatisfy(CharIterable iterable, CharPredicate predicate)static booleanCharIteratorIterate. allSatisfy(CharIterator iterator, CharPredicate predicate)static booleanCharIterableIterate. anySatisfy(CharIterable iterable, CharPredicate predicate)static booleanCharIteratorIterate. anySatisfy(CharIterator iterator, CharPredicate predicate)static intCharIterableIterate. count(CharIterable iterable, CharPredicate predicate)static intCharIteratorIterate. count(CharIterator iterator, CharPredicate predicate)static charCharIterableIterate. detectIfNone(CharIterable iterable, CharPredicate predicate, char ifNone)static charCharIteratorIterate. detectIfNone(CharIterator iterator, CharPredicate predicate, char ifNone)static booleanCharIterableIterate. noneSatisfy(CharIterable iterable, CharPredicate predicate)static booleanCharIteratorIterate. 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 LazyCharIterableLazyCharIterate. select(CharIterable iterable, CharPredicate predicate)Creates a deferred filtering char iterable for the specified char iterable.