public class IntSequence extends Object implements Iterator<Integer>
IntSequence(int start)
boolean
hasNext()
Integer
next()
release(int i)
use(int i)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public IntSequence(int start)
public boolean hasNext()
hasNext
Iterator<Integer>
public Integer next()
next
public boolean release(int i)
public boolean use(int i)
Copyright © 2017. All rights reserved.