Class DataSetHandler.DataSetWrapper

    • Method Summary

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

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

      • next

        public final java.lang.Object next()
        Specified by:
        next in interface DataSetHandle
      • addRow

        public final void addRow​(java.lang.Object row)
        Specified by:
        addRow in interface DataSetHandle