Constructor and Description |
---|
DefaultRefImpl() |
DefaultRefImpl(T value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
T |
get()
Get the stored value.
|
int |
hashCode() |
void |
set(T value)
Set a new value.
|
java.lang.String |
toString() |
private T reference
DefaultRefImpl()
DefaultRefImpl(T value)
public void set(T value) throws java.lang.IllegalStateException
Settable
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object