|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.etasoft.trans.map.axMapObject.axMapLoopWalker
Looping iterator internal class.
Constructor Summary | |
axMapObject.axMapLoopWalker(axMapObject.axMapLoopWalker rhs)
Copy ctor. |
|
axMapObject.axMapLoopWalker(axMapObject currItem)
|
Method Summary | |
axMapObject |
getItem()
Get current item. |
java.util.ArrayList |
getList()
Get valid item list from this point. |
int |
getOffset()
Previous offset that was used to step into the loop. |
boolean |
hasItems()
Has subitems. |
boolean |
hasNext()
|
void |
stepIn(int offset)
Step into the loop. |
boolean |
stepOut()
Step out of the loop. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public axMapObject.axMapLoopWalker(axMapObject currItem)
public axMapObject.axMapLoopWalker(axMapObject.axMapLoopWalker rhs)
Method Detail |
public boolean hasNext()
public java.util.ArrayList getList()
public axMapObject getItem()
public int getOffset()
public boolean hasItems()
public void stepIn(int offset)
public boolean stepOut()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |