protected static class DoubleIterators.ByteIteratorWrapper extends Object implements DoubleIterator
| Constructor and Description |
|---|
DoubleIterators.ByteIteratorWrapper(ByteIterator iterator) |
public DoubleIterators.ByteIteratorWrapper(ByteIterator iterator)
public double nextDouble()
DoubleIteratornextDouble in interface DoubleIteratorIterator.next()public int skip(int n)
DoubleIteratorThe 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 DoubleIteratorn - the number of elements to skip.Iterator.next()Copyright © 2013. All Rights Reserved.