T
public class ValueHolder<T> extends Object
protected T
value
ValueHolder()
ValueHolder(T value)
getValue()
void
setValue(T value)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected T value
public ValueHolder()
public ValueHolder(T value)
public T getValue()
public void setValue(T value)
public String toString()
toString
Object
Copyright © 2015–2018 The DBFlute Project. All rights reserved.