60616263646566676869
if (index < 0) { index = (-index-1)-1; if (index < 0) index = 0; } return new Position( index + 1, pos - linePositions.get(index), pos); }