public final class Ref<T extends Object>
Smart pointer holding a mutable reference to an object.
Get the reference by calling ref() Conveniently, the reference can be reset by setting the ref property.
ref()
ref
private T
Ref(T ref)
final T
getRef()
final Unit
setRef(T ref)
invoke()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final T getRef()
final Unit setRef(T ref)
final T invoke()