protected static class IntIterators.ShortIteratorWrapper extends Object implements IntIterator
| Constructor and Description |
|---|
IntIterators.ShortIteratorWrapper(ShortIterator iterator) |
public IntIterators.ShortIteratorWrapper(ShortIterator iterator)
public int nextInt()
IntIteratornextInt in interface IntIteratorIterator.next()public int skip(int n)
IntIteratorThe 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 IntIteratorn - the number of elements to skip.Iterator.next()Copyright © 2013. All Rights Reserved.