Class LongByRef


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

      Fields 
      Modifier and Type Field Description
      long value  
    • Constructor Summary

      Constructors 
      Constructor Description
      LongByRef()  
      LongByRef​(long initialValue)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        public long value
    • Constructor Detail

      • LongByRef

        public LongByRef​(long initialValue)
      • LongByRef

        public LongByRef()