T
public class Holder<T> extends Object
AtomicReference
Holder()
static <T> Holder<T>
create()
create(T initial)
get()
boolean
hasValue()
void
put(T object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Holder()
public void put(T object)
public T get()
public boolean hasValue()
public static <T> Holder<T> create()
public static <T> Holder<T> create(T initial)
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.