public final class NullObject
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static NullObject |
NULL_OBJECT
Represents a "null" value, without being null.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public static final NullObject NULL_OBJECT