Package nl.siegmann.epublib.viewer
Class ValueHolder<T>
- java.lang.Object
-
- nl.siegmann.epublib.viewer.ValueHolder<T>
-
public class ValueHolder<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ValueHolder()ValueHolder(T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetValue()voidsetValue(T value)
-