net.wasamon.mjlib.util
クラス PathBalanceTreeConstructorTestNode

java.lang.Object
  上位を拡張 net.wasamon.mjlib.util.PathBalanceTreeConstructorTestNode
すべての実装されたインタフェース:
PathBalanceTreeConstructor.TreeElement, PathBalanceTreeConstructor.TreeNode

 class PathBalanceTreeConstructorTestNode
extends java.lang.Object
implements PathBalanceTreeConstructor.TreeNode


フィールドの概要
(package private)  PathBalanceTreeConstructor.TreeElement[] kids
           
 
コンストラクタの概要
PathBalanceTreeConstructorTestNode()
           
 
メソッドの概要
 boolean isLeaf()
           
 PathBalanceTreeConstructor.TreeElement kid(int i)
           
 PathBalanceTreeConstructor.TreeNode newNode()
           
 int nKids()
           
 void setKid(int i, PathBalanceTreeConstructor.TreeElement node)
           
 java.lang.String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

kids

PathBalanceTreeConstructor.TreeElement[] kids
コンストラクタの詳細

PathBalanceTreeConstructorTestNode

PathBalanceTreeConstructorTestNode()
メソッドの詳細

isLeaf

public boolean isLeaf()
定義:
インタフェース PathBalanceTreeConstructor.TreeElement 内の isLeaf

nKids

public int nKids()
定義:
インタフェース PathBalanceTreeConstructor.TreeNode 内の nKids

kid

public PathBalanceTreeConstructor.TreeElement kid(int i)
定義:
インタフェース PathBalanceTreeConstructor.TreeNode 内の kid

setKid

public void setKid(int i,
                   PathBalanceTreeConstructor.TreeElement node)
定義:
インタフェース PathBalanceTreeConstructor.TreeNode 内の setKid

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString

newNode

public PathBalanceTreeConstructor.TreeNode newNode()
定義:
インタフェース PathBalanceTreeConstructor.TreeNode 内の newNode