|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.walend.grid.AbstractArrayGrid2D.AddressIterator
Field Summary | |
private int |
i
|
private int |
j
|
private boolean |
nextCalled
|
Constructor Summary | |
private |
AbstractArrayGrid2D.AddressIterator()
|
Method Summary | |
private void |
checkState()
|
boolean |
hasNext()
|
java.lang.Object |
next()
|
protected boolean |
nextCalled()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int i
private int j
private boolean nextCalled
Constructor Detail |
private AbstractArrayGrid2D.AddressIterator()
Method Detail |
public boolean hasNext()
hasNext
in interface java.util.Iterator
private void checkState()
public java.lang.Object next()
next
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator
protected boolean nextCalled()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |