コード例 #1
0
ファイル: Dashboard.java プロジェクト: OASTEM/2016Stronghold
 // returns a Data object at the position of the key
 public Sendable getData(String key) {
   return board.getData(key);
 }