public abstract class IntIterator extends Object implements Iterator<Integer>
IntIterator()
Integer
next()
abstract int
nextInt()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasNext
public IntIterator()
public final Integer next()
next
Iterator<Integer>
public abstract int nextInt()
public void remove()
remove
Copyright © 2013. All Rights Reserved.