Method | Description | |
---|---|---|
Clone ( ) : object | ||
First ( ) : char | ||
Last ( ) : char | ||
NewSentenceInstance ( ) : |
Create a new CharArrayIterator that works around JRE bugs in a manner suitable for BreakIterator#getSentenceInstance()
|
|
NewWordInstance ( ) : |
Create a new CharArrayIterator that works around JRE bugs in a manner suitable for BreakIterator#getWordInstance()
|
|
Next ( ) : char | ||
Previous ( ) : char | ||
SetIndex ( int position ) : char | ||
SetText ( char array, int start, int length ) : void |
Set a new region of text to be examined by this iterator
|
Method | Description | |
---|---|---|
JreBugWorkaround ( char ch ) : char |
protected abstract JreBugWorkaround ( char ch ) : char | ||
ch | char | |
return | char |
public static NewSentenceInstance ( ) : |
||
return |
public static NewWordInstance ( ) : |
||
return |
public SetText ( char array, int start, int length ) : void | ||
array | char | text buffer to examine |
start | int | offset into buffer |
length | int | maximum length to examine |
return | void |