org.apache.poi.openxml4j.util
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()