net.wasamon.mjlib.util
クラス PathBalanceTreeConstructor.TreeLeafComparatorImpl

java.lang.Object
  上位を拡張 net.wasamon.mjlib.util.PathBalanceTreeConstructor.TreeLeafComparatorImpl
すべての実装されたインタフェース:
java.util.Comparator<PathBalanceTreeConstructor.TreeLeaf>
含まれているクラス:
PathBalanceTreeConstructor

 class PathBalanceTreeConstructor.TreeLeafComparatorImpl
extends java.lang.Object
implements java.util.Comparator<PathBalanceTreeConstructor.TreeLeaf>


コンストラクタの概要
PathBalanceTreeConstructor.TreeLeafComparatorImpl()
           
 
メソッドの概要
 int compare(PathBalanceTreeConstructor.TreeLeaf l0, PathBalanceTreeConstructor.TreeLeaf l1)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース java.util.Comparator から継承されたメソッド
equals
 

コンストラクタの詳細

PathBalanceTreeConstructor.TreeLeafComparatorImpl

PathBalanceTreeConstructor.TreeLeafComparatorImpl()
メソッドの詳細

compare

public int compare(PathBalanceTreeConstructor.TreeLeaf l0,
                   PathBalanceTreeConstructor.TreeLeaf l1)
定義:
インタフェース java.util.Comparator<PathBalanceTreeConstructor.TreeLeaf> 内の compare