コード例 #1
0
ファイル: ServerData.java プロジェクト: mcmyffin/BAI-4-RN
 public synchronized Collection<Chatroom> getChatrooms() {
   return Collections.unmodifiableCollection(chatrooms.values());
 }