(long self, int row, int col, int count, short[] vals)
| 1863 | private static native int nGetBIdx(long self, int[] idx, int count, byte[] vals); |
| 1864 | |
| 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 |