Package dev.nm.misc.parallel
Interface LoopBody
-
public interface LoopBodyThe implementation of this interface contains the code inside a for-loop construct.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(int i)This method contains the code inside the for-loop, as in a native for-loop like this:
-