Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.IntIntPredicate
-
Packages that use IntIntPredicate 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 IntIntPredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type IntIntPredicate Modifier and Type Method Description default 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 IntIntPredicate Modifier and Type Method Description ImmutableIntIntMap
ImmutableIntIntMap. reject(IntIntPredicate predicate)
IntIntMap
IntIntMap. reject(IntIntPredicate predicate)
Return a copy of this map containing only the key/value pairs that do not match the predicate.MutableIntIntMap
MutableIntIntMap. reject(IntIntPredicate predicate)
ImmutableIntIntMap
ImmutableIntIntMap. select(IntIntPredicate predicate)
IntIntMap
IntIntMap. select(IntIntPredicate predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.MutableIntIntMap
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 IntIntPredicate Modifier and Type Method Description default 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 IntIntPredicate Modifier and Type Method Description default 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 IntIntPredicate Modifier and Type Method Description MutableIntList
SynchronizedIntList. 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.MutableIntList
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.MutableIntList
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.MutableIntList
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 IntIntPredicate Modifier and Type Method Description ImmutableIntIntMap
ImmutableIntIntEmptyMap. reject(IntIntPredicate predicate)
ImmutableIntIntMap
ImmutableIntIntHashMap. reject(IntIntPredicate predicate)
ImmutableIntIntMap
ImmutableIntIntSingletonMap. reject(IntIntPredicate predicate)
ImmutableIntIntMap
ImmutableIntIntEmptyMap. select(IntIntPredicate predicate)
ImmutableIntIntMap
ImmutableIntIntHashMap. select(IntIntPredicate predicate)
ImmutableIntIntMap
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 IntIntPredicate Modifier and Type Method Description IntIntHashMap
IntIntHashMap. reject(IntIntPredicate predicate)
MutableIntIntMap
SynchronizedIntIntMap. reject(IntIntPredicate predicate)
MutableIntIntMap
UnmodifiableIntIntMap. reject(IntIntPredicate predicate)
IntIntHashMap
IntIntHashMap. select(IntIntPredicate predicate)
MutableIntIntMap
SynchronizedIntIntMap. select(IntIntPredicate predicate)
MutableIntIntMap
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 IntIntPredicate Modifier and Type Method Description MutableIntStack
SynchronizedIntStack. 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.MutableIntStack
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.
-