public static class TapCharIterable.TapCharIterator extends Object implements CharIterator
| Constructor and Description |
|---|
TapCharIterator(CharIterable iterable,
CharProcedure procedure) |
TapCharIterator(CharIterator iterator,
CharProcedure procedure) |
public TapCharIterator(CharIterable iterable, CharProcedure procedure)
public TapCharIterator(CharIterator iterator, CharProcedure procedure)
public boolean hasNext()
hasNext in interface CharIteratorpublic char next()
next in interface CharIteratorCopyright © 2004–2022. All rights reserved.