public class Nullable<T> extends Object
Nullable()
Nullable(T value)
T
getValue()
static <T> Nullable<T>
of(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Nullable()
public Nullable(T value)
public static <T> Nullable<T> of(T value)
public T getValue()