MCPcopy Index your code
hub / github.com/clojure/clojure / blacken

Method blacken

src/jvm/clojure/lang/PersistentTreeMap.java:698–700  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

696 }
697
698 Node blacken(){
699 return new Black(key);
700 }
701
702 Node redden(){
703 throw new UnsupportedOperationException("Invariant violation");

Callers 6

balanceLeftDelMethod · 0.45
balanceRightDelMethod · 0.45
leftBalanceMethod · 0.45
rightBalanceMethod · 0.45
balanceLeftMethod · 0.45
balanceRightMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected