SF 1775889 - There was a like when passing arrays of indexes as part of set or get methods. 1775889 mentioned setString() but there were others also.

This commit is contained in:
clay_shooter
2007-08-27 03:34:56 +00:00
parent 74a8d04978
commit a8758521ad
5 changed files with 254 additions and 34 deletions

View File

@@ -484,14 +484,14 @@ public class SafeArray extends JacobObject {
public native String getString(int sa_idx1, int sa_idx2);
/**
* string access
* puts a string into an element in a single dimensional safe array
* @param sa_idx
* @param c
*/
public native void setString(int sa_idx, String c);
/**
* string access
* puts a string into an element in a two dimensional array.
* @param sa_idx1
* @param sa_idx2
* @param c