LongIteratorpublic static class TapLongIterable.TapLongIterator extends java.lang.Object implements LongIterator
| Constructor | Description |
|---|---|
TapLongIterator(LongIterator iterator,
LongProcedure procedure) |
|
TapLongIterator(LongIterable iterable,
LongProcedure procedure) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
long |
next() |
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–2017. All rights reserved.