svoid sortIntBuffer_direct(IntBuffer buf, IntComparator comparator) { if (buf == null) ret; timSortIntArrayWithComparator(buf.data, buf.size(), comparator); }