Class SegmentLoader.RowList.Column

    • Method Detail

      • resize

        public abstract void resize​(int newSize)
      • setObject

        public void setObject​(int row,
                              Object value)
      • setDouble

        public void setDouble​(int row,
                              double value)
      • setInt

        public void setInt​(int row,
                           int value)
      • setLong

        public void setLong​(int row,
                            long value)
      • setNull

        public void setNull​(int row,
                            boolean b)
      • getObject

        public Object getObject​(int row)
      • getInt

        public int getInt​(int row)
      • getDouble

        public double getDouble​(int row)
      • getCapacity

        protected abstract int getCapacity()
      • isNull

        public abstract boolean isNull​(int row)