Interface Table

    • Method Detail

      • getDescription

        String getDescription()
        Returns the description.
        Returns:
        description
      • getColumns

        ImmutableList<Column<?>> getColumns()
        Returns the list of columns.
        Returns:
        list of columns
      • getNumberOfColumns

        default int getNumberOfColumns()
        Returns the number of columns.
        Returns:
        number of columns
      • isEmpty

        boolean isEmpty()
        Returns whether the table is empty.
        Returns:
        whether the table is empty