コード例 #1
0
ファイル: ControlPanel.java プロジェクト: johnperry/Geneva2
 public boolean has(String id) {
   return ids.contains(id);
 }