Class ValueHolder<T>


  • public class ValueHolder<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private 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
    • Field Detail

      • value

        private T value
    • Constructor Detail

      • ValueHolder

        public ValueHolder()
      • ValueHolder

        public ValueHolder​(T value)
    • Method Detail

      • getValue

        public T getValue()
      • setValue

        public void setValue​(T value)