Class Ref<T>


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

      Fields 
      Modifier and Type Field Description
      T value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Ref​(T 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 T value
    • Constructor Detail

      • Ref

        public Ref​(T value)