(long self, int row, int col, int count, int[] vals)
| 1867 | private static native int nGetSIdx(long self, int[] idx, int count, short[] vals); |
| 1868 | |
| 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 |