Class NullObject
- java.lang.Object
-
- com.electronwill.nightconfig.core.NullObject
-
public final class NullObject extends java.lang.ObjectSingleton for representing null values in Maps that don't support them.
-
-
Field Summary
Fields Modifier and Type Field Description static NullObjectNULL_OBJECTRepresents a "null" value, without being null.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
NULL_OBJECT
public static final NullObject NULL_OBJECT
Represents a "null" value, without being null. It has a different meaning than "no value".
-
-