(long self, int row, int col, int count, short[] vals)
| 1303 | private static native int nGetB(long self, int row, int col, int count, byte[] vals); |
| 1304 | |
| 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 |