public final class WeakRef<T extends Object>
private T
value
private final Boolean
isNull
WeakRef(T value)
final T
getValue()
final Unit
setValue(T value)
final Boolean
isNull()
Boolean
equals(Object other)
Integer
hashCode()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final T getValue()
final Unit setValue(T value)
final Boolean isNull()
Boolean equals(Object other)
Integer hashCode()