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