public interface CharIterator
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
consume(int size) |
CharSequence |
consumeAll() |
boolean |
hasNext() |
char |
next() |
char |
peek() |
boolean hasNext()
char next()
char peek()
CharSequence consume(int size)
CharSequence consumeAll()
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.