Uses of Interface
org.eclipse.collections.api.block.procedure.primitive.IntProcedure
Packages that use IntProcedure
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 IntProcedure in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type IntProcedureModifier and TypeMethodDescriptionvoidIntIterable.each(IntProcedure procedure) A synonym for forEach.default voidIntIterable.forEach(IntProcedure procedure) Applies the IntProcedure to each element in the IntIterable.default IntIterableIntIterable.tap(IntProcedure procedure) LazyIntIterable.tap(IntProcedure procedure) -
Uses of IntProcedure in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type IntProcedureModifier and TypeMethodDescriptiondefault ImmutableIntBagImmutableIntBag.tap(IntProcedure procedure) default IntBagIntBag.tap(IntProcedure procedure) default MutableIntBagMutableIntBag.tap(IntProcedure procedure) -
Uses of IntProcedure in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type IntProcedureModifier and TypeMethodDescriptiondefault ImmutableIntCollectionImmutableIntCollection.tap(IntProcedure procedure) default MutableIntCollectionMutableIntCollection.tap(IntProcedure procedure) -
Uses of IntProcedure in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type IntProcedureModifier and TypeMethodDescriptiondefault ImmutableIntListImmutableIntList.tap(IntProcedure procedure) default IntListIntList.tap(IntProcedure procedure) default MutableIntListMutableIntList.tap(IntProcedure procedure) -
Uses of IntProcedure in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type IntProcedureModifier and TypeMethodDescriptionvoidIntBooleanMap.forEachKey(IntProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidIntByteMap.forEachKey(IntProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidIntCharMap.forEachKey(IntProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidIntDoubleMap.forEachKey(IntProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidIntFloatMap.forEachKey(IntProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidIntIntMap.forEachKey(IntProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidIntLongMap.forEachKey(IntProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidIntObjectMap.forEachKey(IntProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidIntShortMap.forEachKey(IntProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidIntValuesMap.forEachValue(IntProcedure procedure) Iterates through each value in this map.voidObjectIntMap.forEachValue(IntProcedure procedure) Iterates through each value in this map.default ImmutableObjectIntMap<K>ImmutableObjectIntMap.tap(IntProcedure procedure) default IntValuesMapIntValuesMap.tap(IntProcedure procedure) default MutableObjectIntMap<K>MutableObjectIntMap.tap(IntProcedure procedure) default ObjectIntMap<K>ObjectIntMap.tap(IntProcedure procedure) -
Uses of IntProcedure in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type IntProcedureModifier and TypeMethodDescriptiondefault ImmutableIntSetImmutableIntSet.tap(IntProcedure procedure) default IntSetIntSet.tap(IntProcedure procedure) default MutableIntSetMutableIntSet.tap(IntProcedure procedure) -
Uses of IntProcedure in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type IntProcedureModifier and TypeMethodDescriptiondefault ImmutableIntStackImmutableIntStack.tap(IntProcedure procedure) default IntStackIntStack.tap(IntProcedure procedure) default MutableIntStackMutableIntStack.tap(IntProcedure procedure)