|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.sfac.string.ReaderCharIterator
public class ReaderCharIterator
Char iterator fetching chars from a simple string.
| Constructor Summary | |
|---|---|
ReaderCharIterator(Reader rdr)
|
|
| Method Summary | |
|---|---|
String |
getNormalizedString()
Get the content of this char iterator as a normalized string. |
long |
getProcessedCharCount()
|
char |
nextChar()
Get the next char of this iterator. |
char |
nextNormalizedChar()
Get the next char of this iterator. |
void |
reset()
Reset the internal pointer of this iterator to the first char. |
void |
setData(Reader rdr)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReaderCharIterator(Reader rdr)
| Method Detail |
|---|
public void setData(Reader rdr)
public String getNormalizedString()
CharIterator
getNormalizedString in interface CharIteratorpublic char nextChar()
CharIterator
nextChar in interface CharIteratorpublic char nextNormalizedChar()
CharIterator
nextNormalizedChar in interface CharIteratorpublic long getProcessedCharCount()
public void reset()
CharIterator
reset in interface CharIterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||