MCPcopy Create free account
hub / github.com/apache/poi / modify

Method modify

src/java/org/apache/poi/util/BinaryTree.java:1260–1263  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers 3

growMethod · 0.95
shrinkMethod · 0.95
clearMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected