jhalterman / expiringmap

A high performance thread-safe map that expires entries
Apache License 2.0
1k stars 142 forks source link

fix for issue #55 - ConcurrentModificationException when using EntryT… #56

Closed d-edery closed 5 years ago

d-edery commented 6 years ago

…reeHashMap's iterator

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.6%) to 68.539% when pulling 616bbc2fec4953052253d0c63b2344929f9fb9c4 on d-edery:master into 77d217ba7939f0712c3496c56478341fac5e01d3 on jhalterman:master.

d-edery commented 6 years ago

waiting for review...

mgrodek commented 5 years ago

@jhalterman please take a look at this pull request, because I also have the same problem.