public class QueryResult.TMLContextWrapperIterator extends Object implements SkippingIterator<Context>
TMLContext
boolean
hasNext()
Context
next()
void
remove()
int
skip(int nrOfElements)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public boolean hasNext()
hasNext
Iterator<Context>
public Context next()
next
public void remove()
remove
public int skip(int nrOfElements)
skip
SkippingIterator<Context>