public abstract class Refs extends Object
static <T> StrongRef<T>
strong(T referent)
static <T> WeakRef<T>
weak(T referent)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> StrongRef<T> strong(T referent)
referent
public static <T> WeakRef<T> weak(T referent)
Copyright © 2013. All Rights Reserved.