BreakIterator.DONE
because either first or last text boundary has been reached, it returns the first or last text boundary depending on which one is reached.
@return The text boundary returned from the above methods, first or lasttext boundary.
@see #next()
@see #next(int)
@see #previous()
@see #first()
@see #last()
@see #following(int)
@see #preceding(int)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|