public class NULL extends AbstractData
Modifier and Type | Field and Description |
---|---|
static NULL |
VALUE
The single static instance of
NULL (Singleton). |
Constructor and Description |
---|
NULL() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that)
Compares this object to another
NULL to see if they are equal. |
int |
hashCode()
Returns a hash code value for the object.
|
clone
public static final NULL VALUE
NULL
(Singleton).public boolean equals(java.lang.Object that)
NULL
to see if they are equal. Two NULL
objects, o1
and o2
, are considered equal if and only if
o1 == null ? o2 == null : o2 != null
.equals
in class java.lang.Object
that
- the NULL
object to be compared to.public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2023 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.