T
Ref()
Ref(T value)
static <T> @NotNull Ref<T>
create()
static <T> Ref<T>
create(T value)
static <T> T
deref(@Nullable Ref<T> ref)
final T
get()
final boolean
isNull()
final void
set(T value)
setIfNull(T value)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
Object