| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.commons.lang.ObjectUtils.Nullpublic static class ObjectUtils.Nullextends java.lang.Objectimplements Serializablenull
has another meaning.
For example, in a HashMap the
java.util.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.