public final class Nullable<E>
extends java.lang.Object
| Constructor and Description |
|---|
Nullable()
Constructor.
|
Nullable(E value)
Constructor.
|
public Nullable()
public Nullable(E value)
value - The value to set to this nullable.public E getValue()
public boolean hasValue()
public void nullify()
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.