Package org.agrona.collections
Class NullReference
- java.lang.Object
-
- org.agrona.collections.NullReference
-
public final class NullReference extends java.lang.Object
Sentinel value used in collections supporting null value references.
-
-
Field Summary
Fields Modifier and Type Field Description static NullReference
INSTANCE
Single instance of theNullReference
class.
-
Constructor Summary
Constructors Modifier Constructor Description private
NullReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
Field Detail
-
INSTANCE
public static final NullReference INSTANCE
Single instance of theNullReference
class.
-
-