I’m looking at a java map in intellij debugger. in...
# random
p
I’m looking at a java map in intellij debugger. intellij says size=12 but only shows 10 entries. what could that mean? single thread, synchronized map. when I copy the map, intellij shows size=10 for the copied map.