public class ValueHolder<T> extends Object
ValueHolder()
ValueHolder(T initial)
T
getValue()
void
setValue(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ValueHolder()
public ValueHolder(T initial)
public void setValue(T value)
public T getValue()
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.