我在執行我的Android代碼時使用了以下格式的ArrayIndexOutOfBoundsException
。什麼是ArrayIndexOutOfBoundsException中指定的「length」?
java.lang.ArrayIndexOutOfBoundsException: length=16; index=-1
只有當我在Android中獲得ArrayIndexOutOfBoundsException
時,此格式纔會出現。在Java中,我只是索引打印。
我的問題是,在上面的語句中,長度代表了什麼?
容量是ArrayList
或尺寸是ArrayList
?
ArrayList的默認大小爲16位。 – 2014-09-01 09:53:33