svoid sortIntBuffer(IntBuffer buf, Comparator comparator) { if (buf == null) ret; sortInPlace(buf.asVirtualList(), comparator); }