Class Ref<T>


  • public class Ref<T>
    extends java.lang.Object
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T get()  
      void set​(T t)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • Ref

        public Ref​(T t)
    • Method Detail

      • get

        public T get()
      • set

        public void set​(T t)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object