public class Ref<T> extends Object implements Supplier<T>
Ref(T ref)
T
get()
set(T ref)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Ref(T ref)
public T set(T ref)
public T get()
get
Supplier<T>
Copyright © 2009–2021. All rights reserved.