Class Row


  • public class Row
    extends Object
    • Constructor Detail

      • Row

        public Row()
      • Row

        public Row​(Row row)
    • Method Detail

      • addField

        public Row addField​(Field field)
      • addField

        public Row addField​(Object nativeValue,
                            Type type)
      • getField

        public Field getField​(int i)
      • getFields

        public List<Field> getFields()
        Gets a list of all internal fields. Any changes to this list will affect this row.
        Returns:
        List of fields
      • length

        public int length()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object