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.
()
| 358 | * boundary. |
| 359 | */ |
| 360 | public int next() { |
| 361 | try { |
| 362 | Stats.onNativeCall(); |
| 363 | return _nNext(_ptr); |
| 364 | } finally { |
| 365 | Reference.reachabilityFence(this); |
| 366 | } |
| 367 | } |
| 368 | |
| 369 | /** |
| 370 | * Advances the iterator either forward or backward the specified number of steps. |