Class Base<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected T raw  
    • Constructor Summary

      Constructors 
      Constructor Description
      Base​(T t)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • raw

        protected T raw
    • Constructor Detail

      • Base

        public Base​(T t)