Interface ITable<R>

Type Parameters:
R - the class representing a row of this table
All Known Implementing Classes:
Table

public interface ITable<R>
Base interface for table contents
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns all rows of this table.
    Returns the qualified name of this table.
  • Field Details

  • Method Details

    • getName

      String getName()
      Returns the qualified name of this table.
    • getAllRows

      List<R> getAllRows()
      Returns all rows of this table.