jp.preserv.util
インタフェース PrimitiveIntegerSortable


public interface PrimitiveIntegerSortable

オブジェクト比較ユーティリティクラスにて、オブジェクトに保持するプリミティブなIntegerデータを比較するインタフェースです。

バージョン:
1.00 H.WAKUI (MCR)2007/02/12 初版
作成者:
H.WAKUI (MCR)
関連項目:
ObjectComparator

メソッドの概要
 int getComparingIntValue()
          順序付けのために比較するプリミティブなIntegerのデータを取得します。
 

メソッドの詳細

getComparingIntValue

public int getComparingIntValue()
順序付けのために比較するプリミティブなIntegerのデータを取得します。

戻り値:
int 比較対象データ
関連項目:
ObjectComparator.compare(Object, Object)