publicstaticnative Object
get
(Object array, int index)
throws
IllegalArgumentException
ArrayIndexOutOfBoundsException
publicstaticnative boolean
getBoolean
(Object array, int index)
throws
IllegalArgumentException
ArrayIndexOutOfBoundsException
publicstaticnative byte
getByte
(Object array, int index)
throws
IllegalArgumentException
ArrayIndexOutOfBoundsException
publicstaticnative char
getChar
(Object array, int index)
throws
IllegalArgumentException
ArrayIndexOutOfBoundsException
publicstaticnative double
getDouble
(Object array, int index)
throws
IllegalArgumentException
ArrayIndexOutOfBoundsException
publicstaticnative float
getFloat
(Object array, int index)
throws
IllegalArgumentException
ArrayIndexOutOfBoundsException
publicstaticnative int
getInt
(Object array, int index)
throws
IllegalArgumentException
ArrayIndexOutOfBoundsException
publicstaticnative long
getLong
(Object array, int index)
throws
IllegalArgumentException
ArrayIndexOutOfBoundsException
publicstaticnative short
getShort
(Object array, int index)
throws
IllegalArgumentException
ArrayIndexOutOfBoundsException
publicstatic Object
newInstance
(Class<Object> componentType, int[] dimensions)
throws
IllegalArgumentException
NegativeArraySizeException
publicstatic Object
newInstance
(Class<Object> componentType, int length)
throws
NegativeArraySizeException
publicstaticnative void
set
(Object array, int index, Object value)
throws
IllegalArgumentException
ArrayIndexOutOfBoundsException
publicstaticnative void
setBoolean
(Object array, int index, boolean z)
throws
IllegalArgumentException
ArrayIndexOutOfBoundsException
publicstaticnative void
setByte
(Object array, int index, byte b)
throws
IllegalArgumentException
ArrayIndexOutOfBoundsException
publicstaticnative void
setChar
(Object array, int index, char c)
throws
IllegalArgumentException
ArrayIndexOutOfBoundsException
publicstaticnative void
setDouble
(Object array, int index, double d)
throws
IllegalArgumentException
ArrayIndexOutOfBoundsException
publicstaticnative void
setFloat
(Object array, int index, float f)
throws
IllegalArgumentException
ArrayIndexOutOfBoundsException
publicstaticnative void
setInt
(Object array, int index, int i)
throws
IllegalArgumentException
ArrayIndexOutOfBoundsException
publicstaticnative void
setLong
(Object array, int index, long l)
throws
IllegalArgumentException
ArrayIndexOutOfBoundsException
publicstaticnative void
setShort
(Object array, int index, short s)
throws
IllegalArgumentException
ArrayIndexOutOfBoundsException