Class ObjectWithValue<T>


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

      Fields 
      Modifier and Type Field Description
      T value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectWithValue()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        public T value
    • Constructor Detail

      • ObjectWithValue

        public ObjectWithValue()