net.wasamon.mjlib.util
クラス PathBalanceTreeConstructorTestLeaf

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

 class PathBalanceTreeConstructorTestLeaf
extends java.lang.Object
implements PathBalanceTreeConstructor.TreeLeaf


フィールドの概要
(package private)  int v
           
 
コンストラクタの概要
PathBalanceTreeConstructorTestLeaf(int v)
           
 
メソッドの概要
 boolean isLeaf()
           
 java.lang.String toString()
           
 int value()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

v

int v
コンストラクタの詳細

PathBalanceTreeConstructorTestLeaf

public PathBalanceTreeConstructorTestLeaf(int v)
メソッドの詳細

value

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

isLeaf

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

toString

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