public static interface Selection.PositionIterator
Modifier and Type | Field and Description |
---|---|
static int |
DONE |
Modifier and Type | Method and Description |
---|---|
int |
following(int position) |
int |
preceding(int position) |
static final int DONE