All Implemented Interfaces:
Serializable, Cloneable, Iterable<String>, Collection<String>, List<String>, RandomAccess

public class Row extends ArrayList<String>
The type Row. For internal use only
See Also:
  • Constructor Details

    • Row

      public Row()
      Instantiates a new Row.
    • Row

      public Row(String src)
      Instantiates a new Row.
      Parameters:
      src - the src
    • Row

      public Row(List<String> src)
      Instantiates a new Row.
      Parameters:
      src - the src