MCPcopy Create free account
hub / github.com/antlr/codebuff / recompute

Method recompute

output/java_guava/1.4.19/TreeMultiset.java:849–852  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

847 }
848
849 private void recompute() {
850 recomputeMultiset();
851 recomputeHeight();
852 }
853
854 private AvlNode<E> rebalance() {
855 switch (balanceFactor()) {

Callers 2

rotateLeftMethod · 0.95
rotateRightMethod · 0.95

Calls 2

recomputeMultisetMethod · 0.95
recomputeHeightMethod · 0.95

Tested by

no test coverage detected