Class PFor


  • public abstract class PFor
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) class  PFor.StepCallable  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object[] objects  
    • Constructor Summary

      Constructors 
      Constructor Description
      PFor​(int first, int last)  
      PFor​(int threads, int first, int last)  
      PFor​(int threads, int first, int last, java.lang.Object... objects)  
      PFor​(int first, int last, java.lang.Object... objects)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getObject​(int i)  
      abstract void step​(int i)  
      • Methods inherited from class java.lang.Object

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

      • objects

        private final java.lang.Object[] objects
    • Constructor Detail

      • PFor

        public PFor​(int threads,
                    int first,
                    int last)
      • PFor

        public PFor​(int threads,
                    int first,
                    int last,
                    java.lang.Object... objects)
      • PFor

        public PFor​(int first,
                    int last)
      • PFor

        public PFor​(int first,
                    int last,
                    java.lang.Object... objects)
    • Method Detail

      • step

        public abstract void step​(int i)
      • getObject

        public final java.lang.Object getObject​(int i)