Changed Methods |
int getElem(int )
|
Documentation changed from old to new. |
Returns the requested data array element from the first (default) bank. |
int getElem(int, int)
|
Documentation changed from old to new. |
Returns the requested data array element from the specified bank. |
void setElem(int, int)
|
Documentation changed from old to new. |
Sets the requested data array element in the first (default) bank to the specified value. |
void setElem(int, int, int)
|
Documentation changed from old to new. |
Sets the requested data array element in the specified bank from the given integer. |