Uses of Interface
org.eclipse.collections.api.block.procedure.primitive.ShortProcedure
Packages that use 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
Methods in org.eclipse.collections.api with parameters of type ShortProcedureModifier and TypeMethodDescriptionvoidShortIterable.each(ShortProcedure procedure) A synonym for forEach.default voidShortIterable.forEach(ShortProcedure procedure) Applies the ShortProcedure to each element in the ShortIterable.LazyShortIterable.tap(ShortProcedure procedure) default ShortIterableShortIterable.tap(ShortProcedure procedure)  - 
Uses of ShortProcedure in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type ShortProcedureModifier and TypeMethodDescriptiondefault ImmutableShortBagImmutableShortBag.tap(ShortProcedure procedure) default MutableShortBagMutableShortBag.tap(ShortProcedure procedure) default ShortBagShortBag.tap(ShortProcedure procedure)  - 
Uses of ShortProcedure in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type ShortProcedureModifier and TypeMethodDescriptiondefault ImmutableShortCollectionImmutableShortCollection.tap(ShortProcedure procedure) default MutableShortCollectionMutableShortCollection.tap(ShortProcedure procedure)  - 
Uses of ShortProcedure in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type ShortProcedureModifier and TypeMethodDescriptiondefault ImmutableShortListImmutableShortList.tap(ShortProcedure procedure) default MutableShortListMutableShortList.tap(ShortProcedure procedure) default ShortListShortList.tap(ShortProcedure procedure)  - 
Uses of ShortProcedure in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortProcedureModifier and TypeMethodDescriptionvoidShortBooleanMap.forEachKey(ShortProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidShortByteMap.forEachKey(ShortProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidShortCharMap.forEachKey(ShortProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidShortDoubleMap.forEachKey(ShortProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidShortFloatMap.forEachKey(ShortProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidShortIntMap.forEachKey(ShortProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidShortLongMap.forEachKey(ShortProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidShortObjectMap.forEachKey(ShortProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidShortShortMap.forEachKey(ShortProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidObjectShortMap.forEachValue(ShortProcedure procedure) Iterates through each value in this map.voidShortValuesMap.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 ShortValuesMapShortValuesMap.tap(ShortProcedure procedure)  - 
Uses of ShortProcedure in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type ShortProcedureModifier and TypeMethodDescriptiondefault ImmutableShortSetImmutableShortSet.tap(ShortProcedure procedure) default MutableShortSetMutableShortSet.tap(ShortProcedure procedure) default ShortSetShortSet.tap(ShortProcedure procedure)  - 
Uses of ShortProcedure in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type ShortProcedureModifier and TypeMethodDescriptiondefault ImmutableShortStackImmutableShortStack.tap(ShortProcedure procedure) default MutableShortStackMutableShortStack.tap(ShortProcedure procedure) default ShortStackShortStack.tap(ShortProcedure procedure)  - 
Uses of ShortProcedure in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type ShortProcedure - 
Uses of ShortProcedure in org.eclipse.collections.impl.block.procedure.checked.primitive
Classes in org.eclipse.collections.impl.block.procedure.checked.primitive that implement ShortProcedureModifier and TypeClassDescriptionclassThis file was automatically generated from template file checkedPrimitiveProcedure.stg. - 
Uses of ShortProcedure in org.eclipse.collections.impl.block.procedure.primitive
Classes in org.eclipse.collections.impl.block.procedure.primitive that implement ShortProcedureModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitiveCaseProcedure.stg.Methods in org.eclipse.collections.impl.block.procedure.primitive with parameters of type ShortProcedureModifier and TypeMethodDescriptionShortCaseProcedure.addCase(ShortPredicate predicate, ShortProcedure procedure) ShortCaseProcedure.setDefault(ShortProcedure procedure) Constructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type ShortProcedure - 
Uses of ShortProcedure in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type ShortProcedureModifier and TypeMethodDescriptionvoidAbstractSynchronizedShortCollection.each(ShortProcedure procedure) voidAbstractUnmodifiableShortCollection.each(ShortProcedure procedure)  - 
Uses of ShortProcedure in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type ShortProcedureModifier and TypeMethodDescriptionvoidCollectBooleanToShortIterable.each(ShortProcedure procedure) voidCollectByteToShortIterable.each(ShortProcedure procedure) voidCollectCharToShortIterable.each(ShortProcedure procedure) voidCollectDoubleToShortIterable.each(ShortProcedure procedure) voidCollectFloatToShortIterable.each(ShortProcedure procedure) voidCollectIntToShortIterable.each(ShortProcedure procedure) voidCollectLongToShortIterable.each(ShortProcedure procedure) voidCollectShortIterable.each(ShortProcedure procedure) voidCollectShortToShortIterable.each(ShortProcedure procedure) voidLazyShortIterableAdapter.each(ShortProcedure procedure) voidReverseShortIterable.each(ShortProcedure procedure) voidSelectShortIterable.each(ShortProcedure procedure) voidTapShortIterable.each(ShortProcedure procedure) AbstractLazyShortIterable.tap(ShortProcedure procedure) Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type ShortProcedureModifierConstructorDescriptionTapShortIterable(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
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type ShortProcedure - 
Uses of ShortProcedure in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortProcedureModifier and TypeMethodDescriptionvoidAbstractMutableShortKeySet.each(ShortProcedure procedure) voidAbstractMutableShortValuesMap.each(ShortProcedure procedure) voidObjectShortHashMap.each(ShortProcedure procedure) voidObjectShortHashMapWithHashingStrategy.each(ShortProcedure procedure) voidSynchronizedByteShortMap.each(ShortProcedure procedure) voidSynchronizedCharShortMap.each(ShortProcedure procedure) voidSynchronizedDoubleShortMap.each(ShortProcedure procedure) voidSynchronizedFloatShortMap.each(ShortProcedure procedure) voidSynchronizedIntShortMap.each(ShortProcedure procedure) voidSynchronizedLongShortMap.each(ShortProcedure procedure) voidSynchronizedObjectShortMap.each(ShortProcedure procedure) voidSynchronizedShortShortMap.each(ShortProcedure procedure) voidUnmodifiableByteShortMap.each(ShortProcedure procedure) voidUnmodifiableCharShortMap.each(ShortProcedure procedure) voidUnmodifiableDoubleShortMap.each(ShortProcedure procedure) voidUnmodifiableFloatShortMap.each(ShortProcedure procedure) voidUnmodifiableIntShortMap.each(ShortProcedure procedure) voidUnmodifiableLongShortMap.each(ShortProcedure procedure) voidUnmodifiableObjectShortMap.each(ShortProcedure procedure) voidUnmodifiableShortShortMap.each(ShortProcedure procedure) voidShortBooleanHashMap.forEachKey(ShortProcedure procedure) voidShortByteHashMap.forEachKey(ShortProcedure procedure) voidShortCharHashMap.forEachKey(ShortProcedure procedure) voidShortDoubleHashMap.forEachKey(ShortProcedure procedure) voidShortFloatHashMap.forEachKey(ShortProcedure procedure) voidShortIntHashMap.forEachKey(ShortProcedure procedure) voidShortLongHashMap.forEachKey(ShortProcedure procedure) voidShortObjectHashMap.forEachKey(ShortProcedure procedure) voidShortShortHashMap.forEachKey(ShortProcedure procedure) voidSynchronizedShortBooleanMap.forEachKey(ShortProcedure procedure) voidSynchronizedShortByteMap.forEachKey(ShortProcedure procedure) voidSynchronizedShortCharMap.forEachKey(ShortProcedure procedure) voidSynchronizedShortDoubleMap.forEachKey(ShortProcedure procedure) voidSynchronizedShortFloatMap.forEachKey(ShortProcedure procedure) voidSynchronizedShortIntMap.forEachKey(ShortProcedure procedure) voidSynchronizedShortLongMap.forEachKey(ShortProcedure procedure) voidSynchronizedShortObjectMap.forEachKey(ShortProcedure procedure) voidSynchronizedShortShortMap.forEachKey(ShortProcedure procedure) voidUnmodifiableShortBooleanMap.forEachKey(ShortProcedure procedure) voidUnmodifiableShortByteMap.forEachKey(ShortProcedure procedure) voidUnmodifiableShortCharMap.forEachKey(ShortProcedure procedure) voidUnmodifiableShortDoubleMap.forEachKey(ShortProcedure procedure) voidUnmodifiableShortFloatMap.forEachKey(ShortProcedure procedure) voidUnmodifiableShortIntMap.forEachKey(ShortProcedure procedure) voidUnmodifiableShortLongMap.forEachKey(ShortProcedure procedure) voidUnmodifiableShortObjectMap.forEachKey(ShortProcedure procedure) voidUnmodifiableShortShortMap.forEachKey(ShortProcedure procedure) voidAbstractMutableShortValuesMap.forEachValue(ShortProcedure procedure) voidObjectShortHashMap.forEachValue(ShortProcedure procedure) voidObjectShortHashMapWithHashingStrategy.forEachValue(ShortProcedure procedure) voidSynchronizedByteShortMap.forEachValue(ShortProcedure procedure) voidSynchronizedCharShortMap.forEachValue(ShortProcedure procedure) voidSynchronizedDoubleShortMap.forEachValue(ShortProcedure procedure) voidSynchronizedFloatShortMap.forEachValue(ShortProcedure procedure) voidSynchronizedIntShortMap.forEachValue(ShortProcedure procedure) voidSynchronizedLongShortMap.forEachValue(ShortProcedure procedure) voidSynchronizedObjectShortMap.forEachValue(ShortProcedure procedure) voidSynchronizedShortShortMap.forEachValue(ShortProcedure procedure) voidUnmodifiableByteShortMap.forEachValue(ShortProcedure procedure) voidUnmodifiableCharShortMap.forEachValue(ShortProcedure procedure) voidUnmodifiableDoubleShortMap.forEachValue(ShortProcedure procedure) voidUnmodifiableFloatShortMap.forEachValue(ShortProcedure procedure) voidUnmodifiableIntShortMap.forEachValue(ShortProcedure procedure) voidUnmodifiableLongShortMap.forEachValue(ShortProcedure procedure) voidUnmodifiableObjectShortMap.forEachValue(ShortProcedure procedure) voidUnmodifiableShortShortMap.forEachValue(ShortProcedure procedure)  - 
Uses of ShortProcedure in org.eclipse.collections.impl.map.primitive
Methods in org.eclipse.collections.impl.map.primitive with parameters of type ShortProcedure - 
Uses of ShortProcedure in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type ShortProcedure - 
Uses of ShortProcedure in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type ShortProcedure - 
Uses of ShortProcedure in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type ShortProcedureModifier and TypeMethodDescriptionvoidSynchronizedShortStack.each(ShortProcedure procedure) voidUnmodifiableShortStack.each(ShortProcedure procedure)  - 
Uses of ShortProcedure in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type ShortProcedure - 
Uses of ShortProcedure in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type ShortProcedureModifier and TypeMethodDescriptionstatic voidShortIterableIterate.forEach(ShortIterable iterable, ShortProcedure procedure) static voidShortIteratorIterate.forEach(ShortIterator iterator, ShortProcedure procedure)  - 
Uses of ShortProcedure in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type ShortProcedureModifier and TypeMethodDescriptionstatic LazyShortIterableLazyShortIterate.tap(ShortIterable iterable, ShortProcedure procedure) Creates a deferred tap iterable for the specified iterable.