Class AbstractConcurrentProcessor.Node<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      Node​(java.lang.String[] row, T context)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Node

        public Node​(java.lang.String[] row,
                    T context)