Package com.linkedin.venice.utils
Class ValueHolder<T>
- java.lang.Object
-
- com.linkedin.venice.utils.ValueHolder<T>
-
public class ValueHolder<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ValueHolder(T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getValue()
void
setValue(T value)
-