Uses of Interface
org.eclipse.collections.api.block.procedure.primitive.ShortProcedure
-
Packages that use ShortProcedure Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.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.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.api.stack.primitive 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 ShortProcedure Modifier and Type Method Description voidShortIterable. each(ShortProcedure procedure)A synonym for forEach.default voidShortIterable. forEach(ShortProcedure procedure)Applies the ShortProcedure to each element in the ShortIterable.LazyShortIterableLazyShortIterable. 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 ShortProcedure Modifier and Type Method Description default 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 ShortProcedure Modifier and Type Method Description default 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 ShortProcedure Modifier and Type Method Description default 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 ShortProcedure Modifier and Type Method Description voidShortBooleanMap. 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 ShortProcedure Modifier and Type Method Description default 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 ShortProcedure Modifier and Type Method Description default ImmutableShortStackImmutableShortStack. tap(ShortProcedure procedure)default MutableShortStackMutableShortStack. tap(ShortProcedure procedure)default ShortStackShortStack. tap(ShortProcedure procedure)
-