Esempio n. 1
0
 public synchronized Collection<Chatroom> getChatrooms() {
   return Collections.unmodifiableCollection(chatrooms.values());
 }