CharIterator
public static class TapCharIterable.TapCharIterator extends Object implements CharIterator
Constructor | 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 CharIterator
public char next()
next
in interface CharIterator
Copyright © 2004–2019. All rights reserved.