Class Table<T>

    • Constructor Detail

      • Table

        public Table​(int rowCount,
                     int colCount)
    • Method Detail

      • setValue

        public void setValue​(int r,
                             int c,
                             T value)
      • get

        public T get​(int r,
                     int c)