public static class TapLongIterable.TapLongIterator extends Object implements LongIterator
| Constructor and Description |
|---|
TapLongIterator(LongIterable iterable,
LongProcedure procedure) |
TapLongIterator(LongIterator iterator,
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–2022. All rights reserved.