public class StringCharIterator extends Object implements CharIterator
| Constructor and Description |
|---|
StringCharIterator(String content) |
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
consume(int size) |
CharSequence |
consumeAll() |
boolean |
hasNext() |
char |
next() |
char |
peek() |
String |
peekString() |
String |
toString() |
public StringCharIterator(String content)
public char next()
next in interface CharIteratorpublic char peek()
peek in interface CharIteratorpublic String peekString()
public boolean hasNext()
hasNext in interface CharIteratorpublic CharSequence consume(int size)
consume in interface CharIteratorpublic CharSequence consumeAll()
consumeAll in interface CharIteratorCopyright © December 07, 2012–2015 The Internet Party. All rights reserved.