Example #1
0
 // returns a Data object at the position of the key
 public Sendable getData(String key) {
   return board.getData(key);
 }