Class IntArray

    • Constructor Summary

      Constructors 
      Constructor Description
      IntArray()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract int getIntValue​(int aIndex)  
      abstract int intArrayLength()  
      abstract void setIntValue​(int aIndex, int aValue)  
      • Methods inherited from class java.lang.Object

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

      • IntArray

        public IntArray()
    • Method Detail

      • getIntValue

        public abstract int getIntValue​(int aIndex)
      • setIntValue

        public abstract void setIntValue​(int aIndex,
                                         int aValue)
      • intArrayLength

        public abstract int intArrayLength()