Package org.apache.commons.lang3
Class ObjectUtils.Null
- java.lang.Object
 - 
- org.apache.commons.lang3.ObjectUtils.Null
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - ObjectUtils
 
public static class ObjectUtils.Null extends java.lang.Object implements java.io.SerializableClass used as a null placeholder wherenullhas another meaning.For example, in a
HashMaptheHashMap.get(Object)method returnsnullif theMapcontainsnullor if there is no matching key. Thenullplaceholder can be used to distinguish between these two cases.Another example is
Hashtable, wherenullcannot be stored.- See Also:
 - Serialized Form