Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.CharIntPredicate
Packages that use CharIntPredicate
Package
Description
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains mutable and immutable primitive stack API.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of CharIntPredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type CharIntPredicateModifier and TypeMethodDescriptiondefault CharList
CharList.rejectWithIndex
(CharIntPredicate predicate) Returns a new CharList excluding all elements with corresponding indexes matching the specified predicate.default ImmutableCharList
ImmutableCharList.rejectWithIndex
(CharIntPredicate predicate) Returns a new ImmutableCharList excluding all elements with corresponding indexes matching the specified predicate.default MutableCharList
MutableCharList.rejectWithIndex
(CharIntPredicate predicate) Returns a new MutableCharList excluding all elements with corresponding indexes matching the specified predicate.default CharList
CharList.selectWithIndex
(CharIntPredicate predicate) Returns a new CharList including all elements with corresponding indexes matching the specified predicate.default ImmutableCharList
ImmutableCharList.selectWithIndex
(CharIntPredicate predicate) Returns a new ImmutableCharList including all elements with corresponding indexes matching the specified predicate.default MutableCharList
MutableCharList.selectWithIndex
(CharIntPredicate predicate) Returns a new MutableCharList including all elements with corresponding indexes matching the specified predicate. -
Uses of CharIntPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type CharIntPredicateModifier and TypeMethodDescriptionCharIntMap.reject
(CharIntPredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableCharIntMap.reject
(CharIntPredicate predicate) MutableCharIntMap.reject
(CharIntPredicate predicate) CharIntMap.select
(CharIntPredicate predicate) Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableCharIntMap.select
(CharIntPredicate predicate) MutableCharIntMap.select
(CharIntPredicate predicate) -
Uses of CharIntPredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type CharIntPredicateModifier and TypeMethodDescriptiondefault OrderedCharIterable
OrderedCharIterable.rejectWithIndex
(CharIntPredicate predicate) Returns a new OrderedCharIterable excluding all elements with corresponding indexes matching the specified predicate.default <R extends MutableCharCollection>
ROrderedCharIterable.rejectWithIndex
(CharIntPredicate predicate, R target) Returns a new MutableCharCollection excluding all elements with corresponding indexes matching the specified predicate.default ReversibleCharIterable
ReversibleCharIterable.rejectWithIndex
(CharIntPredicate predicate) Returns a new ReversibleCharIterable excluding all elements with corresponding indexes matching the specified predicate.default OrderedCharIterable
OrderedCharIterable.selectWithIndex
(CharIntPredicate predicate) Returns a new OrderedCharIterable including all elements with corresponding indexes matching the specified predicate.default <R extends MutableCharCollection>
ROrderedCharIterable.selectWithIndex
(CharIntPredicate predicate, R target) Returns a new MutableCharCollection including all elements with corresponding indexes matching the specified predicate.default ReversibleCharIterable
ReversibleCharIterable.selectWithIndex
(CharIntPredicate predicate) Returns a new ReversibleCharIterable including all elements with corresponding indexes matching the specified predicate. -
Uses of CharIntPredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type CharIntPredicateModifier and TypeMethodDescriptiondefault CharStack
CharStack.rejectWithIndex
(CharIntPredicate predicate) Returns a new CharStack excluding all elements with corresponding indexes matching the specified predicate.default ImmutableCharStack
ImmutableCharStack.rejectWithIndex
(CharIntPredicate predicate) Returns a new ImmutableCharStack excluding all elements with corresponding indexes matching the specified predicate.default MutableCharStack
MutableCharStack.rejectWithIndex
(CharIntPredicate predicate) Returns a new MutableCharStack excluding all elements with corresponding indexes matching the specified predicate.default CharStack
CharStack.selectWithIndex
(CharIntPredicate predicate) Returns a new CharStack including all elements with corresponding indexes matching the specified predicate.default ImmutableCharStack
ImmutableCharStack.selectWithIndex
(CharIntPredicate predicate) Returns a new ImmutableCharStack including all elements with corresponding indexes matching the specified predicate.default MutableCharStack
MutableCharStack.selectWithIndex
(CharIntPredicate predicate) Returns a new MutableCharStack including all elements with corresponding indexes matching the specified predicate. -
Uses of CharIntPredicate in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type CharIntPredicateModifier and TypeMethodDescriptionSynchronizedCharList.rejectWithIndex
(CharIntPredicate predicate) Returns a new MutableCharList excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableCharCollection>
RSynchronizedCharList.rejectWithIndex
(CharIntPredicate predicate, R target) Returns a new MutableCharCollection excluding all elements with corresponding indexes matching the specified predicate.UnmodifiableCharList.rejectWithIndex
(CharIntPredicate predicate) Returns a new MutableCharList excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableCharCollection>
RUnmodifiableCharList.rejectWithIndex
(CharIntPredicate predicate, R target) Returns a new MutableCharCollection excluding all elements with corresponding indexes matching the specified predicate.SynchronizedCharList.selectWithIndex
(CharIntPredicate predicate) Returns a new MutableCharList including all elements with corresponding indexes matching the specified predicate.<R extends MutableCharCollection>
RSynchronizedCharList.selectWithIndex
(CharIntPredicate predicate, R target) Returns a new MutableCharCollection including all elements with corresponding indexes matching the specified predicate.UnmodifiableCharList.selectWithIndex
(CharIntPredicate predicate) Returns a new MutableCharList including all elements with corresponding indexes matching the specified predicate.<R extends MutableCharCollection>
RUnmodifiableCharList.selectWithIndex
(CharIntPredicate predicate, R target) Returns a new MutableCharCollection including all elements with corresponding indexes matching the specified predicate. -
Uses of CharIntPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type CharIntPredicateModifier and TypeMethodDescriptionImmutableCharIntEmptyMap.reject
(CharIntPredicate predicate) ImmutableCharIntHashMap.reject
(CharIntPredicate predicate) ImmutableCharIntSingletonMap.reject
(CharIntPredicate predicate) ImmutableCharIntEmptyMap.select
(CharIntPredicate predicate) ImmutableCharIntHashMap.select
(CharIntPredicate predicate) ImmutableCharIntSingletonMap.select
(CharIntPredicate predicate) -
Uses of CharIntPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type CharIntPredicateModifier and TypeMethodDescriptionCharIntHashMap.reject
(CharIntPredicate predicate) SynchronizedCharIntMap.reject
(CharIntPredicate predicate) UnmodifiableCharIntMap.reject
(CharIntPredicate predicate) CharIntHashMap.select
(CharIntPredicate predicate) SynchronizedCharIntMap.select
(CharIntPredicate predicate) UnmodifiableCharIntMap.select
(CharIntPredicate predicate) -
Uses of CharIntPredicate in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type CharIntPredicateModifier and TypeMethodDescriptionSynchronizedCharStack.rejectWithIndex
(CharIntPredicate predicate) Returns a new MutableCharStack excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableCharCollection>
RSynchronizedCharStack.rejectWithIndex
(CharIntPredicate predicate, R target) Returns a new MutableCharCollection excluding all elements with corresponding indexes matching the specified predicate.SynchronizedCharStack.selectWithIndex
(CharIntPredicate predicate) Returns a new MutableCharStack including all elements with corresponding indexes matching the specified predicate.<R extends MutableCharCollection>
RSynchronizedCharStack.selectWithIndex
(CharIntPredicate predicate, R target) Returns a new MutableCharCollection including all elements with corresponding indexes matching the specified predicate.