⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 inspectablebinarytree.java

📁 真的很麻烦也
💻 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 + -