protected static class ShortIterators.ByteIteratorWrapper extends Object implements ShortIterator
| Constructor and Description |
|---|
ShortIterators.ByteIteratorWrapper(ByteIterator iterator) |
public ShortIterators.ByteIteratorWrapper(ByteIterator iterator)
public short nextShort()
ShortIteratornextShort in interface ShortIteratorIterator.next()public int skip(int n)
ShortIteratorThe effect of this call is exactly the same as that of
calling Iterator.next() for n times (possibly stopping
if Iterator.hasNext() becomes false).
skip in interface ShortIteratorn - the number of elements to skip.Iterator.next()Copyright © 2013. All Rights Reserved.