Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.IntIntPredicate
Packages that use IntIntPredicate
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 IntIntPredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type IntIntPredicateModifier and TypeMethodDescriptiondefault ImmutableIntList
ImmutableIntList.rejectWithIndex
(IntIntPredicate predicate) Returns a new ImmutableIntList excluding all elements with corresponding indexes matching the specified predicate.default IntList
IntList.rejectWithIndex
(IntIntPredicate predicate) Returns a new IntList excluding all elements with corresponding indexes matching the specified predicate.default MutableIntList
MutableIntList.rejectWithIndex
(IntIntPredicate predicate) Returns a new MutableIntList excluding all elements with corresponding indexes matching the specified predicate.default ImmutableIntList
ImmutableIntList.selectWithIndex
(IntIntPredicate predicate) Returns a new ImmutableIntList including all elements with corresponding indexes matching the specified predicate.default IntList
IntList.selectWithIndex
(IntIntPredicate predicate) Returns a new IntList including all elements with corresponding indexes matching the specified predicate.default MutableIntList
MutableIntList.selectWithIndex
(IntIntPredicate predicate) Returns a new MutableIntList including all elements with corresponding indexes matching the specified predicate. -
Uses of IntIntPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type IntIntPredicateModifier and TypeMethodDescriptionImmutableIntIntMap.reject
(IntIntPredicate predicate) IntIntMap.reject
(IntIntPredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.MutableIntIntMap.reject
(IntIntPredicate predicate) ImmutableIntIntMap.select
(IntIntPredicate predicate) IntIntMap.select
(IntIntPredicate predicate) Return a copy of this map containing only the key/value pairs that match the predicate.MutableIntIntMap.select
(IntIntPredicate predicate) -
Uses of IntIntPredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type IntIntPredicateModifier and TypeMethodDescriptiondefault OrderedIntIterable
OrderedIntIterable.rejectWithIndex
(IntIntPredicate predicate) Returns a new OrderedIntIterable excluding all elements with corresponding indexes matching the specified predicate.default <R extends MutableIntCollection>
ROrderedIntIterable.rejectWithIndex
(IntIntPredicate predicate, R target) Returns a new MutableIntCollection excluding all elements with corresponding indexes matching the specified predicate.default ReversibleIntIterable
ReversibleIntIterable.rejectWithIndex
(IntIntPredicate predicate) Returns a new ReversibleIntIterable excluding all elements with corresponding indexes matching the specified predicate.default OrderedIntIterable
OrderedIntIterable.selectWithIndex
(IntIntPredicate predicate) Returns a new OrderedIntIterable including all elements with corresponding indexes matching the specified predicate.default <R extends MutableIntCollection>
ROrderedIntIterable.selectWithIndex
(IntIntPredicate predicate, R target) Returns a new MutableIntCollection including all elements with corresponding indexes matching the specified predicate.default ReversibleIntIterable
ReversibleIntIterable.selectWithIndex
(IntIntPredicate predicate) Returns a new ReversibleIntIterable including all elements with corresponding indexes matching the specified predicate. -
Uses of IntIntPredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type IntIntPredicateModifier and TypeMethodDescriptiondefault ImmutableIntStack
ImmutableIntStack.rejectWithIndex
(IntIntPredicate predicate) Returns a new ImmutableIntStack excluding all elements with corresponding indexes matching the specified predicate.default IntStack
IntStack.rejectWithIndex
(IntIntPredicate predicate) Returns a new IntStack excluding all elements with corresponding indexes matching the specified predicate.default MutableIntStack
MutableIntStack.rejectWithIndex
(IntIntPredicate predicate) Returns a new MutableIntStack excluding all elements with corresponding indexes matching the specified predicate.default ImmutableIntStack
ImmutableIntStack.selectWithIndex
(IntIntPredicate predicate) Returns a new ImmutableIntStack including all elements with corresponding indexes matching the specified predicate.default IntStack
IntStack.selectWithIndex
(IntIntPredicate predicate) Returns a new IntStack including all elements with corresponding indexes matching the specified predicate.default MutableIntStack
MutableIntStack.selectWithIndex
(IntIntPredicate predicate) Returns a new MutableIntStack including all elements with corresponding indexes matching the specified predicate. -
Uses of IntIntPredicate in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type IntIntPredicateModifier and TypeMethodDescriptionSynchronizedIntList.rejectWithIndex
(IntIntPredicate predicate) Returns a new MutableIntList excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableIntCollection>
RSynchronizedIntList.rejectWithIndex
(IntIntPredicate predicate, R target) Returns a new MutableIntCollection excluding all elements with corresponding indexes matching the specified predicate.UnmodifiableIntList.rejectWithIndex
(IntIntPredicate predicate) Returns a new MutableIntList excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableIntCollection>
RUnmodifiableIntList.rejectWithIndex
(IntIntPredicate predicate, R target) Returns a new MutableIntCollection excluding all elements with corresponding indexes matching the specified predicate.SynchronizedIntList.selectWithIndex
(IntIntPredicate predicate) Returns a new MutableIntList including all elements with corresponding indexes matching the specified predicate.<R extends MutableIntCollection>
RSynchronizedIntList.selectWithIndex
(IntIntPredicate predicate, R target) Returns a new MutableIntCollection including all elements with corresponding indexes matching the specified predicate.UnmodifiableIntList.selectWithIndex
(IntIntPredicate predicate) Returns a new MutableIntList including all elements with corresponding indexes matching the specified predicate.<R extends MutableIntCollection>
RUnmodifiableIntList.selectWithIndex
(IntIntPredicate predicate, R target) Returns a new MutableIntCollection including all elements with corresponding indexes matching the specified predicate. -
Uses of IntIntPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type IntIntPredicateModifier and TypeMethodDescriptionImmutableIntIntEmptyMap.reject
(IntIntPredicate predicate) ImmutableIntIntHashMap.reject
(IntIntPredicate predicate) ImmutableIntIntSingletonMap.reject
(IntIntPredicate predicate) ImmutableIntIntEmptyMap.select
(IntIntPredicate predicate) ImmutableIntIntHashMap.select
(IntIntPredicate predicate) ImmutableIntIntSingletonMap.select
(IntIntPredicate predicate) -
Uses of IntIntPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntIntPredicateModifier and TypeMethodDescriptionIntIntHashMap.reject
(IntIntPredicate predicate) SynchronizedIntIntMap.reject
(IntIntPredicate predicate) UnmodifiableIntIntMap.reject
(IntIntPredicate predicate) IntIntHashMap.select
(IntIntPredicate predicate) SynchronizedIntIntMap.select
(IntIntPredicate predicate) UnmodifiableIntIntMap.select
(IntIntPredicate predicate) -
Uses of IntIntPredicate in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type IntIntPredicateModifier and TypeMethodDescriptionSynchronizedIntStack.rejectWithIndex
(IntIntPredicate predicate) Returns a new MutableIntStack excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableIntCollection>
RSynchronizedIntStack.rejectWithIndex
(IntIntPredicate predicate, R target) Returns a new MutableIntCollection excluding all elements with corresponding indexes matching the specified predicate.SynchronizedIntStack.selectWithIndex
(IntIntPredicate predicate) Returns a new MutableIntStack including all elements with corresponding indexes matching the specified predicate.<R extends MutableIntCollection>
RSynchronizedIntStack.selectWithIndex
(IntIntPredicate predicate, R target) Returns a new MutableIntCollection including all elements with corresponding indexes matching the specified predicate.