Interface Row<K extends Comparable<? super K>,R extends Row<K,?> & Comparable<? super R>>


public interface Row<K extends Comparable<? super K>,R extends Row<K,?> & Comparable<? super R>>
One row of a table.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the key value for this row.
    Table<K,? extends R>
    Gets the table this row is part of.
  • Method Details

    • getTable

      Table<K,? extends R> getTable()
      Gets the table this row is part of.
    • getKey

      K getKey()
      Gets the key value for this row.