- get
Object get(Object array, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBoolean
bool getBoolean(Object array, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- getByte
byte getByte(Object array, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- getChar
char getChar(Object array, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- getDouble
double getDouble(Object array, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- getFloat
float getFloat(Object array, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- getInt
int getInt(Object array, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- getLength
int getLength(Object array)
Undocumented in source. Be warned that the author may not have intended to support it.
- getLong
long getLong(Object array, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- getShort
short getShort(Object array, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- newInstance
Object newInstance(Class componentType, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
- newInstance
Object newInstance(Class componentType, int[] dimensions)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(Object array, int index, Object value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setBoolean
void setBoolean(Object array, int index, bool z)
Undocumented in source. Be warned that the author may not have intended to support it.
- setByte
void setByte(Object array, int index, byte b)
Undocumented in source. Be warned that the author may not have intended to support it.
- setChar
void setChar(Object array, int index, char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- setDouble
void setDouble(Object array, int index, double d)
Undocumented in source. Be warned that the author may not have intended to support it.
- setFloat
void setFloat(Object array, int index, float f)
Undocumented in source. Be warned that the author may not have intended to support it.
- setInt
void setInt(Object array, int index, int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- setLong
void setLong(Object array, int index, long l)
Undocumented in source. Be warned that the author may not have intended to support it.
- setShort
void setShort(Object array, int index, short s)
Undocumented in source. Be warned that the author may not have intended to support it.