Class Table

java.lang.Object
org.praxislive.code.userapi.Table

public abstract class Table extends Object
  • Field Details

    • EMPTY

      public static final Table EMPTY
  • Constructor Details

    • Table

      public Table()
  • Method Details

    • valueAt

      public abstract Optional<Value> valueAt(int row, int column)
    • rowCount

      public abstract int rowCount()
    • columnCount

      public abstract int columnCount()