Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.CharIntPredicate
-
Packages that use CharIntPredicate Package Description 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.stack.primitive This package contains mutable and immutable primitive stack API.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.stack.mutable.primitive 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 CharIntPredicate Modifier and Type Method Description default 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 CharIntPredicate Modifier and Type Method Description CharIntMap
CharIntMap. reject(CharIntPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableCharIntMap
ImmutableCharIntMap. reject(CharIntPredicate predicate)
MutableCharIntMap
MutableCharIntMap. reject(CharIntPredicate predicate)
CharIntMap
CharIntMap. select(CharIntPredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.ImmutableCharIntMap
ImmutableCharIntMap. select(CharIntPredicate predicate)
MutableCharIntMap
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 CharIntPredicate Modifier and Type Method Description default 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 CharIntPredicate Modifier and Type Method Description default 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 CharIntPredicate Modifier and Type Method Description MutableCharList
SynchronizedCharList. 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.MutableCharList
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.MutableCharList
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.MutableCharList
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 CharIntPredicate Modifier and Type Method Description ImmutableCharIntMap
ImmutableCharIntEmptyMap. reject(CharIntPredicate predicate)
ImmutableCharIntMap
ImmutableCharIntHashMap. reject(CharIntPredicate predicate)
ImmutableCharIntMap
ImmutableCharIntSingletonMap. reject(CharIntPredicate predicate)
ImmutableCharIntMap
ImmutableCharIntEmptyMap. select(CharIntPredicate predicate)
ImmutableCharIntMap
ImmutableCharIntHashMap. select(CharIntPredicate predicate)
ImmutableCharIntMap
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 CharIntPredicate Modifier and Type Method Description CharIntHashMap
CharIntHashMap. reject(CharIntPredicate predicate)
MutableCharIntMap
SynchronizedCharIntMap. reject(CharIntPredicate predicate)
MutableCharIntMap
UnmodifiableCharIntMap. reject(CharIntPredicate predicate)
CharIntHashMap
CharIntHashMap. select(CharIntPredicate predicate)
MutableCharIntMap
SynchronizedCharIntMap. select(CharIntPredicate predicate)
MutableCharIntMap
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 CharIntPredicate Modifier and Type Method Description MutableCharStack
SynchronizedCharStack. 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.MutableCharStack
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.
-