Class Wrapper<E>


  • public class Wrapper<E>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      E value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Wrapper()  
      Wrapper​(E value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        public E value
    • Constructor Detail

      • Wrapper

        public Wrapper()
      • Wrapper

        public Wrapper​(E value)