BreakIterator
Class BreakIterator
- java.lang.Object
-
- java.text.BreakIterator
- All Implemented Interfaces:
- Cloneable
public abstract class BreakIterator extends Object implements Cloneable
The BreakIterator
class implements methods for finding the location of boundaries in text. Instances of BreakIterator
maintain a current position and scan over text returning the index of characters where boundaries occur. Internally, BreakIterator
scans text using a CharacterIterator
, and is thus able to scan text held by any object implementing that protocol. A StringCharacterIterator
is used to scan String
objects passed to setText登录查看完整内容