|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.apache.commons.lang.ObjectUtils.Null
Class used as a null placeholder where null
has another meaning.
For example, in a HashMap the
HashMap.get(java.lang.Object) method returns
null if the Map contains
null or if there is no matching key. The
Null placeholder can be used to distinguish between
these two cases.
Another example is Hashtable, where null
cannot be stored.
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||