Class IntRef


  • public class IntRef
    extends Object
    Internal IntRef class
    • Constructor Detail

      • IntRef

        public IntRef​(long val)
        IntRef constructor
        Parameters:
        val - native handle value
    • Method Detail

      • setValue

        public void setValue​(long newValue)
        Sets the long value
        Parameters:
        newValue - Long value to set.
      • getValue

        public long getValue()
        Gets the long value
        Returns:
        long value