コード例 #1
0
ファイル: ServerData.java プロジェクト: mcmyffin/BAI-4-RN
 /** Chatroom operation * */
 public synchronized Set<String> getChatRoomNames() {
   return Collections.unmodifiableSet(chatrooms.keySet());
 }