- getObject get(Object array, int index) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getBooleanbool getBoolean(Object array, int index) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getBytebyte getByte(Object array, int index) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getCharchar getChar(Object array, int index) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getDoubledouble getDouble(Object array, int index) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getFloatfloat getFloat(Object array, int index) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getIntint getInt(Object array, int index) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getLengthint getLength(Object array) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getLonglong getLong(Object array, int index) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getShortshort getShort(Object array, int index) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- newInstanceObject newInstance(Class componentType, int length) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- newInstanceObject newInstance(Class componentType, int[] dimensions) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setvoid set(Object array, int index, Object value) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setBooleanvoid setBoolean(Object array, int index, bool z) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setBytevoid setByte(Object array, int index, byte b) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setCharvoid setChar(Object array, int index, char c) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setDoublevoid setDouble(Object array, int index, double d) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setFloatvoid setFloat(Object array, int index, float f) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setIntvoid setInt(Object array, int index, int i) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setLongvoid setLong(Object array, int index, long l) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setShortvoid setShort(Object array, int index, short s) 
- Undocumented in source. Be warned that the author may not have intended to support it.