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