CharIterator
public 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 CharIterator
public char next()
next
in interface CharIterator
Copyright © 2004–2018. All rights reserved.