Package manifold.rt.api.util
Class ManObjectUtil.Null
- java.lang.Object
-
- manifold.rt.api.util.ManObjectUtil.Null
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ManObjectUtil
public static class ManObjectUtil.Null extends Object implements Serializable
Class used as a null placeholder where
nullhas 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