package com.mjy.printer; public abstract class Printer { /** * 二叉树的基本信息 */ protected BinaryTreeInfo tree; public Printer(BinaryTreeInfo tree) { this.tree = tree; } /** * 生成打印的字符串 */ public abstract String printString(); /** * 打印后换行 */ public void println() { print(); System.out.println(); } /** * 打印 */ public void print() { System.out.print(printString()); } }
最近下载更多
Cathcode LV1
2022年5月2日
wang512237140 LV20
2021年12月16日
matintalorr LV10
2021年8月31日
xkfkb2341 LV1
2020年11月28日
xwq1234567 LV1
2020年10月27日
Cc1996 LV1
2020年10月26日
huangwu1026 LV1
2020年7月29日
2650343087 LV6
2020年5月26日
唐力刚 LV1
2020年5月13日
kyq123 LV1
2020年4月10日
最近浏览更多
wuziayng1232 LV10
2023年6月1日
我爱你野狼123
2023年3月22日
暂无贡献等级
666ing LV2
2023年2月26日
heqian LV17
2023年1月10日
微信网友_6248713511227392 LV11
2022年12月5日
vitos5n LV10
2022年9月6日
crosa_Don LV18
2022年7月6日
wang512237140 LV20
2021年12月16日
Luo qian98vu LV1
2021年11月10日
tangjj7260 LV18
2021年10月25日