(long self, int row, int col, int count, int[] vals)
| 1305 | private static native int nGetS(long self, int row, int col, int count, short[] vals); |
| 1306 | |
| 1307 | private static native int nGetI(long self, int row, int col, int count, int[] vals); |
| 1308 | |
| 1309 | private static native int nGetF(long self, int row, int col, int count, float[] vals); |
| 1310 |