Exemple #1
0
 /** Chatroom operation * */
 public synchronized Set<String> getChatRoomNames() {
   return Collections.unmodifiableSet(chatrooms.keySet());
 }