Lines Matching refs:Position
33 * A {@code Position} object points at a location between two characters.
34 * As the surrounding content is altered, the {@code Position} object
36 * inserted or removed before the {@code Position} object's location, then the
37 * {@code Position} increments or decrements its offset, respectively,
39 * that contains a {@code Position}'s offset, then the {@code Position}'s
41 * a {@code Position} has an offset of 5 and the region 2-10 is removed, then
42 * the {@code Position}'s offset becomes 2.
44 * {@code Position} with an offset of 0 is a special case. It never changes its
49 public interface Position {