(long self, int row, int col, int count, float[] vals)
| 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 | |
| 1311 | private static native int nGetD(long self, int row, int col, int count, double[] vals); |
| 1312 |