protected static class FloatIterators.ShortIteratorWrapper extends Object implements FloatIterator
| Constructor and Description |
|---|
FloatIterators.ShortIteratorWrapper(ShortIterator iterator) |
public FloatIterators.ShortIteratorWrapper(ShortIterator iterator)
public float nextFloat()
FloatIteratornextFloat in interface FloatIteratorIterator.next()public int skip(int n)
FloatIteratorThe 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 FloatIteratorn - the number of elements to skip.Iterator.next()Copyright © 2013. All Rights Reserved.