(long self, int[] idx, int count, byte[] vals)
| 1861 | private static native int nGetB(long self, int row, int col, int count, byte[] vals); |
| 1862 | |
| 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 |