increment the modification count -- used to check for concurrent modification of the map through the map and through an Iterator from one of its Set or Collection views
()
| 1258 | * an Iterator from one of its Set or Collection views |
| 1259 | */ |
| 1260 | private void modify() |
| 1261 | { |
| 1262 | _modifications++; |
| 1263 | } |
| 1264 | |
| 1265 | /** |
| 1266 | * bump up the size and note that the map has changed |