Class Row


  • public class Row
    extends Object
    • Constructor Detail

      • Row

        public Row​(Table table,
                   int index)
    • Method Detail

      • updateView

        public void updateView​(Table table,
                               int index)
      • fill

        public void fill​(Row row)
      • getInteger

        public int getInteger​(String column)
      • getDouble

        public double getDouble​(String column)
      • getObject

        public Object getObject​(int column)
      • getString

        public String getString​(int column)
      • getInteger

        public int getInteger​(int column)
      • getDouble

        public double getDouble​(int column)
      • set

        public void set​(int column,
                        Object value)
      • set

        public void set​(Object[] values)
      • setString

        public void setString​(String column,
                              Object value)
      • hasMissings

        public boolean hasMissings()
      • getHashCode

        public int getHashCode()
      • getIndex

        public int getIndex()