jp.co.intellilink.hinemos.test.util
クラス IntegerListComparator

java.lang.Object
  上位を拡張 jp.co.intellilink.hinemos.test.util.IntegerListComparator
すべての実装されたインタフェース:
java.util.Comparator

public class IntegerListComparator
extends java.lang.Object
implements java.util.Comparator

2次元配列のデータ(整数)をソートするクラス

導入されたバージョン:
1.0.0
バージョン:
1.0.0

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

コンストラクタの詳細

IntegerListComparator

public IntegerListComparator(int index)
メソッドの詳細

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
定義:
インタフェース java.util.Comparator 内の compare