ShortIterator
public static class TapShortIterable.TapShortIterator extends Object implements ShortIterator
Constructor | Description |
---|---|
TapShortIterator(ShortIterator iterator,
ShortProcedure procedure) |
|
TapShortIterator(ShortIterable iterable,
ShortProcedure procedure) |
public TapShortIterator(ShortIterable iterable, ShortProcedure procedure)
public TapShortIterator(ShortIterator iterator, ShortProcedure procedure)
public boolean hasNext()
hasNext
in interface ShortIterator
public short next()
next
in interface ShortIterator
Copyright © 2004–2019. All rights reserved.