public class IteratorInteger extends Object implements Iterator<Long>
IteratorInteger(long start, long finish)
boolean
hasNext()
Long
next()
static IteratorInteger
range(long start, long finish)
void
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IteratorInteger(long start, long finish)
public static IteratorInteger range(long start, long finish)
public boolean hasNext()
hasNext
Iterator<Long>
public Long next()
next
public void remove()
remove
Licenced under the Apache License, Version 2.0