Class Table


  • public abstract class Table
    extends Object
    • Field Detail

      • EMPTY

        public static final Table EMPTY
    • Constructor Detail

      • Table

        public Table()
    • Method Detail

      • valueAt

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

        public abstract int rowCount()
      • columnCount

        public abstract int columnCount()