Returns character index of the text boundary that was most recently returned by next(), next(int), previous(), first(), last(), following(int) or preceding(int). If any of these methods returns BreakIterator#DONE because either first or
()
| 343 | * on which one is reached. |
| 344 | */ |
| 345 | public int current() { |
| 346 | try { |
| 347 | Stats.onNativeCall(); |
| 348 | return _nCurrent(_ptr); |
| 349 | } finally { |
| 350 | ReferenceUtil.reachabilityFence(this); |
| 351 | } |
| 352 | } |
| 353 | |
| 354 | /** |
| 355 | * Returns the boundary following the current boundary. If the current |
no test coverage detected