クラス
org.apache.commons.lang.NumberRange の使用

NumberRange を使用しているパッケージ
org.apache.commons.lang 主に java.lang と他の標準的なコアクラスに対して機能を加える再利用性の高いユーティリティメソッドを提供します。  
 

org.apache.commons.lang での NumberRange の使用
 

NumberRange 型のパラメータを持つ org.apache.commons.lang のメソッド
 boolean NumberRange.includesRange(NumberRange range)
          推奨されていません。 Tests whether the specified range occurs entirely within this range using double comparison.
 boolean NumberRange.overlaps(NumberRange range)
          推奨されていません。 Tests whether the specified range overlaps with this range using double comparison.
 



このドキュメントは、Ja-Jakartaにより訳されました。 コメントがある場合は report@jajakarta.orgまでお願いします。
Translated into Japanese by jajakarta.org. The original page is here.
Copyright (c) 2002-2003 - Apache Software Foundation