ShortIteratorpublic static class TapShortIterable.TapShortIterator extends java.lang.Object implements ShortIterator
| Constructor | Description |
|---|---|
TapShortIterator(ShortIterator iterator,
ShortProcedure procedure) |
|
TapShortIterator(ShortIterable iterable,
ShortProcedure procedure) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
short |
next() |
public TapShortIterator(ShortIterable iterable, ShortProcedure procedure)
public TapShortIterator(ShortIterator iterator, ShortProcedure procedure)
public boolean hasNext()
hasNext in interface ShortIteratorpublic short next()
next in interface ShortIteratorCopyright © 2004–2017. All rights reserved.