Uses of Interface
org.eclipse.collections.api.block.procedure.primitive.ByteProcedure
-
Packages that use ByteProcedure 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 ByteProcedure in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type ByteProcedure Modifier and Type Method Description voidByteIterable. 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)LazyByteIterableLazyByteIterable. 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 ByteProcedure Modifier and Type Method Description default 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 ByteProcedure Modifier and Type Method Description default 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 ByteProcedure Modifier and Type Method Description default 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 ByteProcedure Modifier and Type Method Description voidByteBooleanMap. 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 ByteProcedure Modifier and Type Method Description default 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 ByteProcedure Modifier and Type Method Description default ByteStackByteStack. tap(ByteProcedure procedure)default ImmutableByteStackImmutableByteStack. tap(ByteProcedure procedure)default MutableByteStackMutableByteStack. tap(ByteProcedure procedure)
-