Class ObjectByRef<T>


  • public final class ObjectByRef<T>
    extends java.lang.Object
    Useful as "out" or "by ref" function parameter.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      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

      • ObjectByRef

        public ObjectByRef()
      • ObjectByRef

        public ObjectByRef​(T value_)