Returns the boundary following the current boundary. If the current boundary is the last text boundary, it returns BreakIterator#DONE and the iterator's current position is unchanged. Otherwise, the iterator's current position is set to the boundary following the current boundary.
()
| 359 | * boundary. |
| 360 | */ |
| 361 | public int next() { |
| 362 | try { |
| 363 | Stats.onNativeCall(); |
| 364 | return _nNext(_ptr); |
| 365 | } finally { |
| 366 | ReferenceUtil.reachabilityFence(this); |
| 367 | } |
| 368 | } |
| 369 | |
| 370 | /** |
| 371 | * Advances the iterator either forward or backward the specified number of steps. |