public static class Interval.IntervalIterator extends Object implements Iterator<Integer>
Interval.IntervalIterator(int min, int max, int first, int last)
boolean
hasNext()
Integer
next()
int
nextInt()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Interval.IntervalIterator(int min, int max, int first, int last)
public boolean hasNext()
hasNext
Iterator<Integer>
public int nextInt()
public Integer next()
next
public void remove()
remove
Copyright © 1999-2012 CodeLutin. All Rights Reserved.