Class LoopUtils.LineProcessor

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    LoopUtils

    public static class LoopUtils.LineProcessor
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Summary

      Constructors 
      Constructor Description
      LineProcessor​(java.lang.Runnable action, Positionable positionable, long length, int dimension)  
    • Method Summary

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

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

      • action

        private final java.lang.Runnable action
      • lineLength

        private final long lineLength
      • dimension

        private final int dimension
    • Constructor Detail

      • LineProcessor

        public LineProcessor​(java.lang.Runnable action,
                             Positionable positionable,
                             long length,
                             int dimension)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable