Package ai.platon.pulsar.common
Object BTreePrinter
-
- All Implemented Interfaces:
public class BTreePrinter
-
-
Field Summary
Fields Modifier and Type Field Description public final static IntegermaxFloorpublic final static BTreePrinterINSTANCE
-
Method Summary
Modifier and Type Method Description final <T extends Comparable<?>> Unitprint(BinaryTreeNode<T> root)-
-
Method Detail
-
print
final <T extends Comparable<?>> Unit print(BinaryTreeNode<T> root)
-
-
-
-