Class RowsImpl<T>

  • Type Parameters:
    T - The type managed by the Rows.
    All Implemented Interfaces:
    java.lang.Cloneable, java.util.Iterator<T>, HeaderAccessor<T>, Rows<T>


    public class RowsImpl<T>
    extends java.lang.Object
    implements Rows<T>, java.lang.Cloneable
    Implementation of the Rows interface being Cloneable.
    • Method Detail

      • clone

        public java.lang.Object clone​()
                               throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class java.lang.Object
        Throws:
        java.lang.CloneNotSupportedException
      • hasNext

        public boolean hasNext​()
        Specified by:
        hasNext in interface java.util.Iterator<T>
      • next

        public Row<T> next​()
        Specified by:
        next in interface java.util.Iterator<T>
      • remove

        public void remove​()
        Specified by:
        remove in interface java.util.Iterator<T>