Closed jascotty2 closed 5 years ago
Don't modify tracking data while reading it (fixes #491)
Just so you know, GMap.k() returns a COPY of a keySet. So modifying the hashmap (gmap) does not change the arraylist (GMap.k()) while iterating.
Your .clone() is redundant. .k() does this.
Don't modify tracking data while reading it (fixes #491)