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

Method recompute

output/java_guava/1.4.17/TreeMultiset.java:848–851  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

rotateLeftMethod · 0.95
rotateRightMethod · 0.95

Calls 2

recomputeMultisetMethod · 0.95
recomputeHeightMethod · 0.95

Tested by

no test coverage detected