net.walend.grid
Class AbstractMapGrid2D.IStripeIterator

java.lang.Object
  |
  +--net.walend.grid.AbstractMapGrid2D.IStripeIterator
All Implemented Interfaces:
IndexedIterator, java.util.Iterator
Enclosing class:
AbstractMapGrid2D

private class AbstractMapGrid2D.IStripeIterator
extends java.lang.Object
implements IndexedIterator


Field Summary
private  int i
           
private  int j
           
private  boolean nextCalled
           
 
Constructor Summary
private AbstractMapGrid2D.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

j

private int j

i

private int i

nextCalled

private boolean nextCalled
Constructor Detail

AbstractMapGrid2D.IStripeIterator

private AbstractMapGrid2D.IStripeIterator(int i)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

checkState

public void checkState()

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

index

public int index()
Specified by:
index in interface IndexedIterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator


Copyright (c) 2001, 2002, David Walend