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