Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ValueHolder

        public ValueHolder​(T value)
    • Method Detail

      • getValue

        public T getValue()
      • setValue

        public void setValue​(T value)