public class TransientValue<V> extends Object implements Serializable
NonSerializableObjectHandler
TransientValue()
TransientValue(V value)
V
getValue()
boolean
isNotNull()
isNull()
void
setValue(V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TransientValue()
public TransientValue(V value)
public V getValue()
public boolean isNotNull()
public boolean isNull()
public void setValue(V value)