public class IteratorPrimitiveLongWrapper
extends java.lang.Object
implements java.util.PrimitiveIterator.OfLong
Constructor and Description |
---|
IteratorPrimitiveLongWrapper(java.util.Iterator<java.lang.Long> it) |
Modifier and Type | Method and Description |
---|---|
void |
forEachRemaining(java.util.function.Consumer<? super java.lang.Long> c) |
boolean |
hasNext() |
long |
nextLong() |
public IteratorPrimitiveLongWrapper(java.util.Iterator<java.lang.Long> it)
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.lang.Long>
public long nextLong()
nextLong
in interface java.util.PrimitiveIterator.OfLong
public void forEachRemaining(java.util.function.Consumer<? super java.lang.Long> c)
forEachRemaining
in interface java.util.Iterator<java.lang.Long>
forEachRemaining
in interface java.util.PrimitiveIterator.OfLong