📄 inspectablebinarytree.java
字号:
public interface InspectableBinaryTree extends InspectableTree { // accessor methods /** return the left child of a node */ public Position leftChild(Position v); /** return the right child of a node */ public Position rightChild(Position v); /** return the sibling of a node */ public Position sibling(Position v);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -