public static class TapShortIterable.TapShortIterator extends Object implements ShortIterator
| Constructor and Description |
|---|
TapShortIterator(ShortIterable iterable,
ShortProcedure procedure) |
TapShortIterator(ShortIterator iterator,
ShortProcedure procedure) |
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–2022. All rights reserved.