Class IntArrayByRef


  • public class IntArrayByRef
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int[] 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 int[] value
    • Constructor Detail

      • IntArrayByRef

        public IntArrayByRef​(int[] initialValue)
      • IntArrayByRef

        public IntArrayByRef()