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

Method shrink

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

decrement the size and note that the map has changed

()

Source from the content-addressed store, hash-verified

1275 * decrement the size and note that the map has changed
1276 */
1277 private void shrink()
1278 {
1279 modify();
1280 _size--;
1281 }
1282
1283 /**
1284 * insert a node by its value

Callers 1

doRedBlackDeleteMethod · 0.95

Calls 1

modifyMethod · 0.95

Tested by

no test coverage detected