public class TransientValue<V>
extends java.lang.Object
implements java.io.Serializable
NonSerializableObjectHandler
,
Serialized FormConstructor and Description |
---|
TransientValue() |
TransientValue(V value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
V |
getValue() |
int |
hashCode() |
boolean |
isNotNull() |
boolean |
isNull() |
void |
setValue(V value) |
public TransientValue()
public TransientValue(V value)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public V getValue()
public int hashCode()
hashCode
in class java.lang.Object
public boolean isNotNull()
public boolean isNull()
public void setValue(V value)