The ChatPlayers do not implement equals or hashCode, making them unsuitable as a hashmap key. Instead just use a linked list and compare the members using the comparable interface.
The ChatPlayers do not implement equals or hashCode, making them unsuitable as a hashmap key. Instead just use a linked list and compare the members using the comparable interface.