Class DataRowCollection

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

public class DataRowCollection extends ArrayList<DataRow>
See Also:
  • Constructor Details

    • DataRowCollection

      public DataRowCollection()
  • Method Details