Class PFor.StepCallable

java.lang.Object
org.ujmp.core.util.concurrent.PFor.StepCallable
All Implemented Interfaces:
Callable<Object>
Enclosing class:
PFor

class PFor.StepCallable extends Object implements Callable<Object>
  • Field Details

    • first

      private final int first
    • last

      private final int last
  • Constructor Details

    • StepCallable

      public StepCallable(int first, int last)
  • Method Details