#include <rt_JArray.h>
Inheritance diagram for JArray:
Public Methods | |
void | _init_ () |
JObject* | clone () |
char* | toAddress (int index) |
char* | _toAddress (int index) |
char* | tryToAddress (int index) |
char* | _tryToAddress (int index) |
JValue | get (int index) |
void | set (int index, JValue) |
void | setBytes (int index, int length, char *src) |
void | setObject (JInt index, JReference) |
void | setBoolean (JInt index, JBoolean) |
void | setByte (JInt index, JByte) |
void | setChar (JInt index, JChar) |
void | setShort (JInt index, JShort) |
void | setInt (JInt index, JInt) |
void | setLong (JInt index, JLong) |
void | setFloat (JInt index, JFloat) |
void | setDouble (JInt index, JDouble) |
JObject* | getObject (JInt index) |
JBoolean | getBoolean (JInt index) |
JByte | getByte (JInt index) |
JChar | getChar (JInt index) |
JShort | getShort (JInt index) |
JInt | getInt (JInt index) |
JLong | getLong (JInt index) |
JFloat | getFloat (JInt index) |
JDouble | getDouble (JInt index) |
JReference | _getObject (int index) |
JBoolean | _getBoolean (int index) |
JByte | _getByte (int index) |
JChar | _getChar (int index) |
JShort | _getShort (int index) |
JInt | _getInt (int index) |
JLong | _getLong (int index) |
JFloat | _getFloat (int index) |
JDouble | _getDouble (int index) |
void | _setObject (int index, JReference) |
void | _setBoolean (int index, JBoolean) |
void | _setByte (int index, JByte) |
void | _setChar (int index, JChar) |
void | _setShort (int index, JShort) |
void | _setInt (int index, JInt) |
void | _setLong (int index, JLong) |
void | _setFloat (int index, JFloat) |
void | _setDouble (int index, JDouble) |
void | copy (int srcIndex, JArray *dst, int dstIndex, int length) |
void | copy (int srcIndex, int dstIndex, int length) |
boolean_t | isOutOfBounds (int index) |
boolean_t | _isOutOfBounds (int index) |
boolean_t | isValid (int index, int length) |
boolean_t | containsElementType () |
boolean_t | isComponentPrimitive () |
int | length () |
void | length (int) |
atype_enum | atype () |
JClass* | componentClass () |
Static Public Methods | |
void | init1 () |
|
|
|
|
|
|
|
|
|
|
Reimplemented from JObject.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from JObject.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|