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.
-
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)