Class IntByReference

All Implemented Interfaces:
NativeMapped

public class IntByReference extends ByReference
  • Constructor Details

    • IntByReference

      public IntByReference()
    • IntByReference

      public IntByReference(int value)
  • Method Details

    • setValue

      public void setValue(int value)
    • getValue

      public int getValue()
    • toString

      public String toString()
      Overrides:
      toString in class ByReference