Returns true if the specified character offset is a text boundary.
offset | the character offset to check. |
true
if "offset" is a boundary position,
false
otherwise.
IllegalArgumentException | if the specified offset is less than the first text boundary or greater than the last text boundary. |
Diagram: BreakIterator