Class WorkerThread

  • All Implemented Interfaces:
    java.lang.Runnable

    public abstract class WorkerThread
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int end  
      protected int start  
    • Constructor Summary

      Constructors 
      Constructor Description
      WorkerThread()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract WorkerThread clone()  
      void set​(int start, int end)  
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Runnable

        run
    • Field Detail

      • start

        protected int start
      • end

        protected int end
    • Constructor Detail

      • WorkerThread

        public WorkerThread()
    • Method Detail

      • set

        public void set​(int start,
                        int end)
      • clone

        public abstract WorkerThread clone()
        Overrides:
        clone in class java.lang.Object