Class PFor.StepCallable

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Object>
    Enclosing class:
    PFor

    class PFor.StepCallable
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int first  
      private int last  
    • Constructor Summary

      Constructors 
      Constructor Description
      StepCallable​(int first, int last)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Void call()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • first

        private final int first
      • last

        private final int last
    • Constructor Detail

      • StepCallable

        public StepCallable​(int first,
                            int last)
    • Method Detail

      • call

        public final java.lang.Void call()
                                  throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Object>
        Throws:
        java.lang.Exception