-
public class BTreePrinter
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegermaxFloorpublic final static BTreePrinterINSTANCE
-
Method Summary
Modifier and Type Method Description final <T extends Comparable<?>> Unitprint(BinaryTreeNode<T> root)final IntegergetMaxFloor()-
-
Method Detail
-
print
final <T extends Comparable<?>> Unit print(BinaryTreeNode<T> root)
-
getMaxFloor
final Integer getMaxFloor()
-
-
-
-