Uses of Interface
org.eclipse.collections.api.block.procedure.primitive.ShortProcedure
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains mutable and immutable primitive collection API.
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 API for mutable and immutable primitive sets.
This package contains mutable and immutable primitive stack API.
This package contains implementations of the mutable primitive bag interfaces.
This package contains abstract implementations of primitive procedures.
This package contains implementations of primitive procedures.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the mutable primitive list 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 set interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of ShortProcedure in org.eclipse.collections.api
Modifier and TypeMethodDescriptionvoid
ShortIterable.each
(ShortProcedure procedure) A synonym for forEach.default void
ShortIterable.forEach
(ShortProcedure procedure) Applies the ShortProcedure to each element in the ShortIterable.LazyShortIterable.tap
(ShortProcedure procedure) default ShortIterable
ShortIterable.tap
(ShortProcedure procedure) -
Uses of ShortProcedure in org.eclipse.collections.api.bag.primitive
Modifier and TypeMethodDescriptiondefault ImmutableShortBag
ImmutableShortBag.tap
(ShortProcedure procedure) default MutableShortBag
MutableShortBag.tap
(ShortProcedure procedure) default ShortBag
ShortBag.tap
(ShortProcedure procedure) -
Uses of ShortProcedure in org.eclipse.collections.api.collection.primitive
Modifier and TypeMethodDescriptiondefault ImmutableShortCollection
ImmutableShortCollection.tap
(ShortProcedure procedure) default MutableShortCollection
MutableShortCollection.tap
(ShortProcedure procedure) -
Uses of ShortProcedure in org.eclipse.collections.api.list.primitive
Modifier and TypeMethodDescriptiondefault ImmutableShortList
ImmutableShortList.tap
(ShortProcedure procedure) default MutableShortList
MutableShortList.tap
(ShortProcedure procedure) default ShortList
ShortList.tap
(ShortProcedure procedure) -
Uses of ShortProcedure in org.eclipse.collections.api.map.primitive
Modifier and TypeMethodDescriptionvoid
ShortBooleanMap.forEachKey
(ShortProcedure procedure) Iterates through each key in the map, invoking the procedure for each.void
ShortByteMap.forEachKey
(ShortProcedure procedure) Iterates through each key in the map, invoking the procedure for each.void
ShortCharMap.forEachKey
(ShortProcedure procedure) Iterates through each key in the map, invoking the procedure for each.void
ShortDoubleMap.forEachKey
(ShortProcedure procedure) Iterates through each key in the map, invoking the procedure for each.void
ShortFloatMap.forEachKey
(ShortProcedure procedure) Iterates through each key in the map, invoking the procedure for each.void
ShortIntMap.forEachKey
(ShortProcedure procedure) Iterates through each key in the map, invoking the procedure for each.void
ShortLongMap.forEachKey
(ShortProcedure procedure) Iterates through each key in the map, invoking the procedure for each.void
ShortObjectMap.forEachKey
(ShortProcedure procedure) Iterates through each key in the map, invoking the procedure for each.void
ShortShortMap.forEachKey
(ShortProcedure procedure) Iterates through each key in the map, invoking the procedure for each.void
ObjectShortMap.forEachValue
(ShortProcedure procedure) Iterates through each value in this map.void
ShortValuesMap.forEachValue
(ShortProcedure procedure) Iterates through each value in this map.default ImmutableObjectShortMap<K>
ImmutableObjectShortMap.tap
(ShortProcedure procedure) default MutableObjectShortMap<K>
MutableObjectShortMap.tap
(ShortProcedure procedure) default ObjectShortMap<K>
ObjectShortMap.tap
(ShortProcedure procedure) default ShortValuesMap
ShortValuesMap.tap
(ShortProcedure procedure) -
Uses of ShortProcedure in org.eclipse.collections.api.set.primitive
Modifier and TypeMethodDescriptiondefault ImmutableShortSet
ImmutableShortSet.tap
(ShortProcedure procedure) default MutableShortSet
MutableShortSet.tap
(ShortProcedure procedure) default ShortSet
ShortSet.tap
(ShortProcedure procedure) -
Uses of ShortProcedure in org.eclipse.collections.api.stack.primitive
Modifier and TypeMethodDescriptiondefault ImmutableShortStack
ImmutableShortStack.tap
(ShortProcedure procedure) default MutableShortStack
MutableShortStack.tap
(ShortProcedure procedure) default ShortStack
ShortStack.tap
(ShortProcedure procedure) -
Uses of ShortProcedure in org.eclipse.collections.impl.bag.mutable.primitive
-
Uses of ShortProcedure in org.eclipse.collections.impl.block.procedure.checked.primitive
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file checkedPrimitiveProcedure.stg. -
Uses of ShortProcedure in org.eclipse.collections.impl.block.procedure.primitive
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file primitiveCaseProcedure.stg.Modifier and TypeMethodDescriptionShortCaseProcedure.addCase
(ShortPredicate predicate, ShortProcedure procedure) ShortCaseProcedure.setDefault
(ShortProcedure procedure) -
Uses of ShortProcedure in org.eclipse.collections.impl.collection.mutable.primitive
Modifier and TypeMethodDescriptionvoid
AbstractSynchronizedShortCollection.each
(ShortProcedure procedure) void
AbstractUnmodifiableShortCollection.each
(ShortProcedure procedure) -
Uses of ShortProcedure in org.eclipse.collections.impl.lazy.primitive
Modifier and TypeMethodDescriptionvoid
CollectBooleanToShortIterable.each
(ShortProcedure procedure) void
CollectByteToShortIterable.each
(ShortProcedure procedure) void
CollectCharToShortIterable.each
(ShortProcedure procedure) void
CollectDoubleToShortIterable.each
(ShortProcedure procedure) void
CollectFloatToShortIterable.each
(ShortProcedure procedure) void
CollectIntToShortIterable.each
(ShortProcedure procedure) void
CollectLongToShortIterable.each
(ShortProcedure procedure) void
CollectShortIterable.each
(ShortProcedure procedure) void
CollectShortToShortIterable.each
(ShortProcedure procedure) void
LazyShortIterableAdapter.each
(ShortProcedure procedure) void
ReverseShortIterable.each
(ShortProcedure procedure) void
SelectShortIterable.each
(ShortProcedure procedure) void
TapShortIterable.each
(ShortProcedure procedure) AbstractLazyShortIterable.tap
(ShortProcedure procedure) ModifierConstructorDescriptionTapShortIterable
(ShortIterable delegate, ShortProcedure procedure) TapShortIterator
(ShortIterator iterator, ShortProcedure procedure) TapShortIterator
(ShortIterable iterable, ShortProcedure procedure) -
Uses of ShortProcedure in org.eclipse.collections.impl.list.mutable.primitive
-
Uses of ShortProcedure in org.eclipse.collections.impl.map.mutable.primitive
Modifier and TypeMethodDescriptionvoid
AbstractMutableShortKeySet.each
(ShortProcedure procedure) void
AbstractMutableShortValuesMap.each
(ShortProcedure procedure) void
ObjectShortHashMap.each
(ShortProcedure procedure) void
ObjectShortHashMapWithHashingStrategy.each
(ShortProcedure procedure) void
SynchronizedByteShortMap.each
(ShortProcedure procedure) void
SynchronizedCharShortMap.each
(ShortProcedure procedure) void
SynchronizedDoubleShortMap.each
(ShortProcedure procedure) void
SynchronizedFloatShortMap.each
(ShortProcedure procedure) void
SynchronizedIntShortMap.each
(ShortProcedure procedure) void
SynchronizedLongShortMap.each
(ShortProcedure procedure) void
SynchronizedObjectShortMap.each
(ShortProcedure procedure) void
SynchronizedShortShortMap.each
(ShortProcedure procedure) void
UnmodifiableByteShortMap.each
(ShortProcedure procedure) void
UnmodifiableCharShortMap.each
(ShortProcedure procedure) void
UnmodifiableDoubleShortMap.each
(ShortProcedure procedure) void
UnmodifiableFloatShortMap.each
(ShortProcedure procedure) void
UnmodifiableIntShortMap.each
(ShortProcedure procedure) void
UnmodifiableLongShortMap.each
(ShortProcedure procedure) void
UnmodifiableObjectShortMap.each
(ShortProcedure procedure) void
UnmodifiableShortShortMap.each
(ShortProcedure procedure) void
ShortBooleanHashMap.forEachKey
(ShortProcedure procedure) void
ShortByteHashMap.forEachKey
(ShortProcedure procedure) void
ShortCharHashMap.forEachKey
(ShortProcedure procedure) void
ShortDoubleHashMap.forEachKey
(ShortProcedure procedure) void
ShortFloatHashMap.forEachKey
(ShortProcedure procedure) void
ShortIntHashMap.forEachKey
(ShortProcedure procedure) void
ShortLongHashMap.forEachKey
(ShortProcedure procedure) void
ShortObjectHashMap.forEachKey
(ShortProcedure procedure) void
ShortShortHashMap.forEachKey
(ShortProcedure procedure) void
SynchronizedShortBooleanMap.forEachKey
(ShortProcedure procedure) void
SynchronizedShortByteMap.forEachKey
(ShortProcedure procedure) void
SynchronizedShortCharMap.forEachKey
(ShortProcedure procedure) void
SynchronizedShortDoubleMap.forEachKey
(ShortProcedure procedure) void
SynchronizedShortFloatMap.forEachKey
(ShortProcedure procedure) void
SynchronizedShortIntMap.forEachKey
(ShortProcedure procedure) void
SynchronizedShortLongMap.forEachKey
(ShortProcedure procedure) void
SynchronizedShortObjectMap.forEachKey
(ShortProcedure procedure) void
SynchronizedShortShortMap.forEachKey
(ShortProcedure procedure) void
UnmodifiableShortBooleanMap.forEachKey
(ShortProcedure procedure) void
UnmodifiableShortByteMap.forEachKey
(ShortProcedure procedure) void
UnmodifiableShortCharMap.forEachKey
(ShortProcedure procedure) void
UnmodifiableShortDoubleMap.forEachKey
(ShortProcedure procedure) void
UnmodifiableShortFloatMap.forEachKey
(ShortProcedure procedure) void
UnmodifiableShortIntMap.forEachKey
(ShortProcedure procedure) void
UnmodifiableShortLongMap.forEachKey
(ShortProcedure procedure) void
UnmodifiableShortObjectMap.forEachKey
(ShortProcedure procedure) void
UnmodifiableShortShortMap.forEachKey
(ShortProcedure procedure) void
AbstractMutableShortValuesMap.forEachValue
(ShortProcedure procedure) void
ObjectShortHashMap.forEachValue
(ShortProcedure procedure) void
ObjectShortHashMapWithHashingStrategy.forEachValue
(ShortProcedure procedure) void
SynchronizedByteShortMap.forEachValue
(ShortProcedure procedure) void
SynchronizedCharShortMap.forEachValue
(ShortProcedure procedure) void
SynchronizedDoubleShortMap.forEachValue
(ShortProcedure procedure) void
SynchronizedFloatShortMap.forEachValue
(ShortProcedure procedure) void
SynchronizedIntShortMap.forEachValue
(ShortProcedure procedure) void
SynchronizedLongShortMap.forEachValue
(ShortProcedure procedure) void
SynchronizedObjectShortMap.forEachValue
(ShortProcedure procedure) void
SynchronizedShortShortMap.forEachValue
(ShortProcedure procedure) void
UnmodifiableByteShortMap.forEachValue
(ShortProcedure procedure) void
UnmodifiableCharShortMap.forEachValue
(ShortProcedure procedure) void
UnmodifiableDoubleShortMap.forEachValue
(ShortProcedure procedure) void
UnmodifiableFloatShortMap.forEachValue
(ShortProcedure procedure) void
UnmodifiableIntShortMap.forEachValue
(ShortProcedure procedure) void
UnmodifiableLongShortMap.forEachValue
(ShortProcedure procedure) void
UnmodifiableObjectShortMap.forEachValue
(ShortProcedure procedure) void
UnmodifiableShortShortMap.forEachValue
(ShortProcedure procedure) -
Uses of ShortProcedure in org.eclipse.collections.impl.map.primitive
-
Uses of ShortProcedure in org.eclipse.collections.impl.primitive
-
Uses of ShortProcedure in org.eclipse.collections.impl.set.mutable.primitive
-
Uses of ShortProcedure in org.eclipse.collections.impl.stack.mutable.primitive
Modifier and TypeMethodDescriptionvoid
SynchronizedShortStack.each
(ShortProcedure procedure) void
UnmodifiableShortStack.each
(ShortProcedure procedure) -
Uses of ShortProcedure in org.eclipse.collections.impl.stack.primitive
-
Uses of ShortProcedure in org.eclipse.collections.impl.utility.internal.primitive
Modifier and TypeMethodDescriptionstatic void
ShortIterableIterate.forEach
(ShortIterable iterable, ShortProcedure procedure) static void
ShortIteratorIterate.forEach
(ShortIterator iterator, ShortProcedure procedure) -
Uses of ShortProcedure in org.eclipse.collections.impl.utility.primitive
Modifier and TypeMethodDescriptionstatic LazyShortIterable
LazyShortIterate.tap
(ShortIterable iterable, ShortProcedure procedure) Creates a deferred tap iterable for the specified iterable.