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.
-
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 CharListCharList.rejectWithIndex(CharIntPredicate predicate) Returns a new CharList excluding all elements with corresponding indexes matching the specified predicate.default ImmutableCharListImmutableCharList.rejectWithIndex(CharIntPredicate predicate) Returns a new ImmutableCharList excluding all elements with corresponding indexes matching the specified predicate.default MutableCharListMutableCharList.rejectWithIndex(CharIntPredicate predicate) Returns a new MutableCharList excluding all elements with corresponding indexes matching the specified predicate.default CharListCharList.selectWithIndex(CharIntPredicate predicate) Returns a new CharList including all elements with corresponding indexes matching the specified predicate.default ImmutableCharListImmutableCharList.selectWithIndex(CharIntPredicate predicate) Returns a new ImmutableCharList including all elements with corresponding indexes matching the specified predicate.default MutableCharListMutableCharList.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 TypeMethodDescriptiondefault booleanCharIntMap.allSatisfyKeyValue(CharIntPredicate predicate) CharIntMap.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 OrderedCharIterableOrderedCharIterable.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 ReversibleCharIterableReversibleCharIterable.rejectWithIndex(CharIntPredicate predicate) Returns a new ReversibleCharIterable excluding all elements with corresponding indexes matching the specified predicate.default OrderedCharIterableOrderedCharIterable.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 ReversibleCharIterableReversibleCharIterable.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 CharStackCharStack.rejectWithIndex(CharIntPredicate predicate) Returns a new CharStack excluding all elements with corresponding indexes matching the specified predicate.default ImmutableCharStackImmutableCharStack.rejectWithIndex(CharIntPredicate predicate) Returns a new ImmutableCharStack excluding all elements with corresponding indexes matching the specified predicate.default MutableCharStackMutableCharStack.rejectWithIndex(CharIntPredicate predicate) Returns a new MutableCharStack excluding all elements with corresponding indexes matching the specified predicate.default CharStackCharStack.selectWithIndex(CharIntPredicate predicate) Returns a new CharStack including all elements with corresponding indexes matching the specified predicate.default ImmutableCharStackImmutableCharStack.selectWithIndex(CharIntPredicate predicate) Returns a new ImmutableCharStack including all elements with corresponding indexes matching the specified predicate.default MutableCharStackMutableCharStack.selectWithIndex(CharIntPredicate predicate) Returns a new MutableCharStack including all elements with corresponding indexes matching the specified predicate.