public static class ObjectUtils.Null extends Object implements Serializable
null has another meaning.
For example, in a HashMap the HashMap.get(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.
Copyright © 2001–2026 The Apache Software Foundation. All rights reserved.