Class Int16Array

    • Constructor Summary

      Constructors 
      Constructor Description
      Int16Array()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract short getShort​(int aIndex)  
      abstract void setShort​(int aIndex, short aValue)  
      abstract int shortArrayLength()  
      • Methods inherited from class java.lang.Object

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

      • Int16Array

        public Int16Array()
    • Method Detail

      • getShort

        public abstract short getShort​(int aIndex)
      • setShort

        public abstract void setShort​(int aIndex,
                                      short aValue)
      • shortArrayLength

        public abstract int shortArrayLength()