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