(long self, int[] idx, int count, int[] vals)
| 1869 | private static native int nGetI(long self, int row, int col, int count, int[] vals); |
| 1870 | |
| 1871 | private static native int nGetIIdx(long self, int[] idx, int count, int[] vals); |
| 1872 | |
| 1873 | private static native int nGetF(long self, int row, int col, int count, float[] vals); |
| 1874 |