public class LoopCursor
extends java.lang.Object
Constructor and Description |
---|
LoopCursor(ValueContext parentContext,
WrappedCollection collection) |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
int |
getIndex0() |
int |
getLength() |
ValueContext |
getParent() |
int |
getRevindex() |
int |
getRevindex0() |
boolean |
isFirst() |
boolean |
isLast() |
int |
step() |
public LoopCursor(ValueContext parentContext, WrappedCollection collection)
public int step()
public int getIndex()
public int getIndex0()
public int getLength()
public ValueContext getParent()
public boolean isFirst()
public boolean isLast()
public int getRevindex()
public int getRevindex0()