public class Ref<R>
public R
value
Ref(R value)
R
getValue()
void
setValue(R value)
static <R> Ref<R>
of(R value)
boolean
equals(Object o)
int
hashCode()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
R getValue()
void setValue(R value)
static <R> Ref<R> of(R value)
boolean equals(Object o)
int hashCode()
String toString()