|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.IntIterator
public abstract class IntIterator
| Constructor Summary | |
|---|---|
IntIterator()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
next()
|
abstract int |
nextInt()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext |
| Constructor Detail |
|---|
public IntIterator()
| Method Detail |
|---|
public final java.lang.Integer next()
next in interface java.util.Iterator<java.lang.Integer>public abstract int nextInt()
public void remove()
remove in interface java.util.Iterator<java.lang.Integer>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||