Uses of Interface
org.eclipse.collections.api.block.procedure.primitive.ByteProcedure
Packages that use ByteProcedure
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 ByteProcedure in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type ByteProcedureModifier and TypeMethodDescriptionvoidByteIterable.each(ByteProcedure procedure) A synonym for forEach.default voidByteIterable.forEach(ByteProcedure procedure) Applies the ByteProcedure to each element in the ByteIterable.default ByteIterableByteIterable.tap(ByteProcedure procedure) LazyByteIterable.tap(ByteProcedure procedure) -
Uses of ByteProcedure in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type ByteProcedureModifier and TypeMethodDescriptiondefault ByteBagByteBag.tap(ByteProcedure procedure) default ImmutableByteBagImmutableByteBag.tap(ByteProcedure procedure) default MutableByteBagMutableByteBag.tap(ByteProcedure procedure) -
Uses of ByteProcedure in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type ByteProcedureModifier and TypeMethodDescriptiondefault ImmutableByteCollectionImmutableByteCollection.tap(ByteProcedure procedure) default MutableByteCollectionMutableByteCollection.tap(ByteProcedure procedure) -
Uses of ByteProcedure in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type ByteProcedureModifier and TypeMethodDescriptiondefault ByteListByteList.tap(ByteProcedure procedure) default ImmutableByteListImmutableByteList.tap(ByteProcedure procedure) default MutableByteListMutableByteList.tap(ByteProcedure procedure) -
Uses of ByteProcedure in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ByteProcedureModifier and TypeMethodDescriptionvoidByteBooleanMap.forEachKey(ByteProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidByteByteMap.forEachKey(ByteProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidByteCharMap.forEachKey(ByteProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidByteDoubleMap.forEachKey(ByteProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidByteFloatMap.forEachKey(ByteProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidByteIntMap.forEachKey(ByteProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidByteLongMap.forEachKey(ByteProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidByteObjectMap.forEachKey(ByteProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidByteShortMap.forEachKey(ByteProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidByteValuesMap.forEachValue(ByteProcedure procedure) Iterates through each value in this map.voidObjectByteMap.forEachValue(ByteProcedure procedure) Iterates through each value in this map.default ByteValuesMapByteValuesMap.tap(ByteProcedure procedure) default ImmutableObjectByteMap<K>ImmutableObjectByteMap.tap(ByteProcedure procedure) default MutableObjectByteMap<K>MutableObjectByteMap.tap(ByteProcedure procedure) default ObjectByteMap<K>ObjectByteMap.tap(ByteProcedure procedure) -
Uses of ByteProcedure in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type ByteProcedureModifier and TypeMethodDescriptiondefault ByteSetByteSet.tap(ByteProcedure procedure) default ImmutableByteSetImmutableByteSet.tap(ByteProcedure procedure) default MutableByteSetMutableByteSet.tap(ByteProcedure procedure) -
Uses of ByteProcedure in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type ByteProcedureModifier and TypeMethodDescriptiondefault ByteStackByteStack.tap(ByteProcedure procedure) default ImmutableByteStackImmutableByteStack.tap(ByteProcedure procedure) default MutableByteStackMutableByteStack.tap(ByteProcedure procedure)