public class BackPeekingMappingCharIterator extends DelegatingUnaryCharIterator
iterator
EMPTY
Constructor and Description |
---|
BackPeekingMappingCharIterator(CharIterator iterator,
char firstPrevious,
CharBinaryOperator mapper) |
Modifier and Type | Method and Description |
---|---|
char |
nextChar()
Return the next
char in this iterator. |
hasNext, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BackPeekingMappingCharIterator(CharIterator iterator, char firstPrevious, CharBinaryOperator mapper)
public char nextChar()
CharIterator
char
in this iterator.