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

Method grow

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

bump up the size and note that the map has changed

()

Source from the content-addressed store, hash-verified

1266 * bump up the size and note that the map has changed
1267 */
1268 private void grow()
1269 {
1270 modify();
1271 _size++;
1272 }
1273
1274 /**
1275 * decrement the size and note that the map has changed

Callers 1

putMethod · 0.95

Calls 1

modifyMethod · 0.95

Tested by

no test coverage detected