There is a variable
Collection<Socket> UsersMessage;
Which is obtained from the card
UsersMessage = onlineUsers.get(username);
How can you invert a loop so that it first displays the latest values using such a loop?
for (Socket test2222 : UsersMessage) { }