|
|||||||||||
| 前のパッケージ 次のパッケージ | フレームあり フレームなし | ||||||||||
参照:
説明
| クラスの概要 | |
| ArrayUtils | 配列、 (int[] のような)プリミティブ型の配列、
(Integer[] のような)プリミティブ型のラッパーの配列に対する処理です。
|
| BitField | Operations on bit-mapped fields. |
| BooleanUtils | Operations on boolean primitives and Boolean objects. |
| CharRange | 隣接する文字の範囲(オプションとして範囲の除外)を表します。 |
| CharSet | 文字のセット。 |
| CharSetUtils | Operations on CharSets. |
| ClassUtils | Operates on classes without using reflection. |
| NumberRange | 推奨されていません。 org.apache.commons.lang.math の中の 該当する Range クラスを使用してください。 |
| NumberUtils | 推奨されていません。 org.apache.commons.lang.math に移動しました。 |
| ObjectUtils | Operations on Object. |
| ObjectUtils.Null | Class used as a null placeholder where null
has another meaning. |
| RandomStringUtils | Operations for random Strings. |
| SerializationUtils | Assists with the serialization process and performs additional functionality based on serialization. |
| StringEscapeUtils | Escapes and unescapes Strings for
Java, Java Script, HTML, XML, and SQL. |
| StringUtils | Operations on String that are
null safe. |
| SystemUtils | Helpers for java.lang.System. |
| Validate | Assists in validating arguments. |
| WordUtils | Operations on Strings that contain words. |
| 例外の概要 | |
| IllegalClassException | オブジェクトが予期しない型(class または interface)のインスタンスだった場合に投げられます。 |
| IncompleteArgumentException | メソッドへ渡された引数が不十分だった場合に投げられます。 |
| NotImplementedException | 指定されたメソッドが実装されていない場合に投げられます。 |
| NullArgumentException | 引数が null で、それが許可されない場合に投げられます。
|
| SerializationException | シリアライゼーションに失敗した場合に投げられる例外です。 |
| UnhandledException | 処理することが不可能または不適当とみなされた場合、またはチェック処理の例外時に投げられます。 |
主に java.lang と他の標準的なコアクラスに対して機能を加える再利用性の高いユーティリティメソッドを提供します。
Provides highly reusable static utility methods, chiefly concerned
with adding value to java.lang and other standard core classes.
|
|||||||||||
| 前のパッケージ 次のパッケージ | フレームあり フレームなし | ||||||||||