jet
Class IntIterator
java.lang.Object
jet.IntIterator
- All Implemented Interfaces:
- Iterator<Integer>
public abstract class IntIterator
- extends Object
- implements Iterator<Integer>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntIterator
public IntIterator()
next
public final Integer next()
- Specified by:
next
in interface Iterator<Integer>
nextInt
public abstract int nextInt()
remove
public void remove()
- Specified by:
remove
in interface Iterator<Integer>
Copyright © 2013. All Rights Reserved.