Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ShortIntPredicate
Packages that use ShortIntPredicate
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 ShortIntPredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type ShortIntPredicateModifier and TypeMethodDescriptiondefault ImmutableShortList
ImmutableShortList.rejectWithIndex
(ShortIntPredicate predicate) Returns a new ImmutableShortList excluding all elements with corresponding indexes matching the specified predicate.default MutableShortList
MutableShortList.rejectWithIndex
(ShortIntPredicate predicate) Returns a new MutableShortList excluding all elements with corresponding indexes matching the specified predicate.default ShortList
ShortList.rejectWithIndex
(ShortIntPredicate predicate) Returns a new ShortList excluding all elements with corresponding indexes matching the specified predicate.default ImmutableShortList
ImmutableShortList.selectWithIndex
(ShortIntPredicate predicate) Returns a new ImmutableShortList including all elements with corresponding indexes matching the specified predicate.default MutableShortList
MutableShortList.selectWithIndex
(ShortIntPredicate predicate) Returns a new MutableShortList including all elements with corresponding indexes matching the specified predicate.default ShortList
ShortList.selectWithIndex
(ShortIntPredicate predicate) Returns a new ShortList including all elements with corresponding indexes matching the specified predicate. -
Uses of ShortIntPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortIntPredicateModifier and TypeMethodDescriptionImmutableShortIntMap.reject
(ShortIntPredicate predicate) MutableShortIntMap.reject
(ShortIntPredicate predicate) ShortIntMap.reject
(ShortIntPredicate predicate) Return a copy of this map containing only the key/value pairs that do not match the predicate.ImmutableShortIntMap.select
(ShortIntPredicate predicate) MutableShortIntMap.select
(ShortIntPredicate predicate) ShortIntMap.select
(ShortIntPredicate predicate) Return a copy of this map containing only the key/value pairs that match the predicate. -
Uses of ShortIntPredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type ShortIntPredicateModifier and TypeMethodDescriptiondefault OrderedShortIterable
OrderedShortIterable.rejectWithIndex
(ShortIntPredicate predicate) Returns a new OrderedShortIterable excluding all elements with corresponding indexes matching the specified predicate.default <R extends MutableShortCollection>
ROrderedShortIterable.rejectWithIndex
(ShortIntPredicate predicate, R target) Returns a new MutableShortCollection excluding all elements with corresponding indexes matching the specified predicate.default ReversibleShortIterable
ReversibleShortIterable.rejectWithIndex
(ShortIntPredicate predicate) Returns a new ReversibleShortIterable excluding all elements with corresponding indexes matching the specified predicate.default OrderedShortIterable
OrderedShortIterable.selectWithIndex
(ShortIntPredicate predicate) Returns a new OrderedShortIterable including all elements with corresponding indexes matching the specified predicate.default <R extends MutableShortCollection>
ROrderedShortIterable.selectWithIndex
(ShortIntPredicate predicate, R target) Returns a new MutableShortCollection including all elements with corresponding indexes matching the specified predicate.default ReversibleShortIterable
ReversibleShortIterable.selectWithIndex
(ShortIntPredicate predicate) Returns a new ReversibleShortIterable including all elements with corresponding indexes matching the specified predicate. -
Uses of ShortIntPredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type ShortIntPredicateModifier and TypeMethodDescriptiondefault ImmutableShortStack
ImmutableShortStack.rejectWithIndex
(ShortIntPredicate predicate) Returns a new ImmutableShortStack excluding all elements with corresponding indexes matching the specified predicate.default MutableShortStack
MutableShortStack.rejectWithIndex
(ShortIntPredicate predicate) Returns a new MutableShortStack excluding all elements with corresponding indexes matching the specified predicate.default ShortStack
ShortStack.rejectWithIndex
(ShortIntPredicate predicate) Returns a new ShortStack excluding all elements with corresponding indexes matching the specified predicate.default ImmutableShortStack
ImmutableShortStack.selectWithIndex
(ShortIntPredicate predicate) Returns a new ImmutableShortStack including all elements with corresponding indexes matching the specified predicate.default MutableShortStack
MutableShortStack.selectWithIndex
(ShortIntPredicate predicate) Returns a new MutableShortStack including all elements with corresponding indexes matching the specified predicate.default ShortStack
ShortStack.selectWithIndex
(ShortIntPredicate predicate) Returns a new ShortStack including all elements with corresponding indexes matching the specified predicate. -
Uses of ShortIntPredicate in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type ShortIntPredicateModifier and TypeMethodDescriptionSynchronizedShortList.rejectWithIndex
(ShortIntPredicate predicate) Returns a new MutableShortList excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableShortCollection>
RSynchronizedShortList.rejectWithIndex
(ShortIntPredicate predicate, R target) Returns a new MutableShortCollection excluding all elements with corresponding indexes matching the specified predicate.UnmodifiableShortList.rejectWithIndex
(ShortIntPredicate predicate) Returns a new MutableShortList excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableShortCollection>
RUnmodifiableShortList.rejectWithIndex
(ShortIntPredicate predicate, R target) Returns a new MutableShortCollection excluding all elements with corresponding indexes matching the specified predicate.SynchronizedShortList.selectWithIndex
(ShortIntPredicate predicate) Returns a new MutableShortList including all elements with corresponding indexes matching the specified predicate.<R extends MutableShortCollection>
RSynchronizedShortList.selectWithIndex
(ShortIntPredicate predicate, R target) Returns a new MutableShortCollection including all elements with corresponding indexes matching the specified predicate.UnmodifiableShortList.selectWithIndex
(ShortIntPredicate predicate) Returns a new MutableShortList including all elements with corresponding indexes matching the specified predicate.<R extends MutableShortCollection>
RUnmodifiableShortList.selectWithIndex
(ShortIntPredicate predicate, R target) Returns a new MutableShortCollection including all elements with corresponding indexes matching the specified predicate. -
Uses of ShortIntPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type ShortIntPredicateModifier and TypeMethodDescriptionImmutableShortIntEmptyMap.reject
(ShortIntPredicate predicate) ImmutableShortIntHashMap.reject
(ShortIntPredicate predicate) ImmutableShortIntSingletonMap.reject
(ShortIntPredicate predicate) ImmutableShortIntEmptyMap.select
(ShortIntPredicate predicate) ImmutableShortIntHashMap.select
(ShortIntPredicate predicate) ImmutableShortIntSingletonMap.select
(ShortIntPredicate predicate) -
Uses of ShortIntPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortIntPredicateModifier and TypeMethodDescriptionShortIntHashMap.reject
(ShortIntPredicate predicate) SynchronizedShortIntMap.reject
(ShortIntPredicate predicate) UnmodifiableShortIntMap.reject
(ShortIntPredicate predicate) ShortIntHashMap.select
(ShortIntPredicate predicate) SynchronizedShortIntMap.select
(ShortIntPredicate predicate) UnmodifiableShortIntMap.select
(ShortIntPredicate predicate) -
Uses of ShortIntPredicate in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type ShortIntPredicateModifier and TypeMethodDescriptionSynchronizedShortStack.rejectWithIndex
(ShortIntPredicate predicate) Returns a new MutableShortStack excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableShortCollection>
RSynchronizedShortStack.rejectWithIndex
(ShortIntPredicate predicate, R target) Returns a new MutableShortCollection excluding all elements with corresponding indexes matching the specified predicate.SynchronizedShortStack.selectWithIndex
(ShortIntPredicate predicate) Returns a new MutableShortStack including all elements with corresponding indexes matching the specified predicate.<R extends MutableShortCollection>
RSynchronizedShortStack.selectWithIndex
(ShortIntPredicate predicate, R target) Returns a new MutableShortCollection including all elements with corresponding indexes matching the specified predicate.