Class IntByRef


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

      Fields 
      Modifier and Type Field Description
      int value  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntByRef()  
      IntByRef​(int 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 int value
    • Constructor Detail

      • IntByRef

        public IntByRef​(int initialValue)
      • IntByRef

        public IntByRef()