public static class Collection.ResultSetIterator
extends java.lang.Object
implements de.innovationgate.utils.SkippingIterator<java.lang.Object>
| Constructor and Description |
|---|
Collection.ResultSetIterator(java.util.Iterator<de.innovationgate.webgate.api.WGResultSet> resultSets) |
public Collection.ResultSetIterator(java.util.Iterator<de.innovationgate.webgate.api.WGResultSet> resultSets)
public int skip(int nrOfElements)
skip in interface de.innovationgate.utils.SkippingIterator<java.lang.Object>public boolean hasNext()
hasNext in interface java.util.Iterator<java.lang.Object>public de.innovationgate.webgate.api.WGContent next()
next in interface java.util.Iterator<java.lang.Object>public void remove()
remove in interface java.util.Iterator<java.lang.Object>