CharIteratorpublic static class TapCharIterable.TapCharIterator extends java.lang.Object implements CharIterator
| Constructor | Description | 
|---|---|
| TapCharIterator(CharIterable iterable,
               CharProcedure procedure) | |
| TapCharIterator(CharIterator iterator,
               CharProcedure procedure) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | hasNext() | |
| char | next() | 
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–2018. All rights reserved.