LongIteratorpublic static class TapLongIterable.TapLongIterator extends Object implements LongIterator
| Constructor | Description |
|---|---|
TapLongIterator(LongIterator iterator,
LongProcedure procedure) |
|
TapLongIterator(LongIterable iterable,
LongProcedure procedure) |
public TapLongIterator(LongIterable iterable, LongProcedure procedure)
public TapLongIterator(LongIterator iterator, LongProcedure procedure)
public boolean hasNext()
hasNext in interface LongIteratorpublic long next()
next in interface LongIteratorCopyright © 2004–2019. All rights reserved.