class HardReferenceImpl<T> extends java.lang.Object implements IReference<T>
NULL_REF
HardReferenceImpl(T obj)
T
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hard, isNull, nullRef, soft, weak
public HardReferenceImpl(@NotNull T obj)
obj
@NotNull public T get()
This implementation will never return null.
null
get
IReference<T>