org.apache.commons.lang
クラス ObjectUtils.Null

java.lang.Object
  拡張org.apache.commons.lang.ObjectUtils.Null
すべての実装インタフェース:
Serializable
含まれているクラス:
ObjectUtils

public static class ObjectUtils.Null
extends Object
implements Serializable

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
 



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