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

📄 childinfor.java

📁 APRIORI asdasdfasffsdfsdfsdfsdfsdfsd
💻 JAVA
字号:
package hao;public class ChildInfor{       int key;       Node child;       public ChildInfor(){       key = 0;       child = null;       }       public ChildInfor(int key,Node child){       this.key = key;       this.child = child;       }    public Node getChild() {        return child;    }    public void setChild(Node child) {        this.child = child;    }    public int getKey() {        return key;    }    public void setKey(int key) {        this.key = key;    }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -