public static class Nav.RelationDataIterator extends Object implements de.innovationgate.utils.SkippingIterator<de.innovationgate.webgate.api.WGContent>
WGRelationData
into WGContent
Constructor and Description |
---|
RelationDataIterator(Iterator<de.innovationgate.webgate.api.WGRelationData> it,
boolean returnsSources) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
de.innovationgate.webgate.api.WGContent |
next() |
void |
remove() |
int |
skip(int nrOfElements) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public RelationDataIterator(Iterator<de.innovationgate.webgate.api.WGRelationData> it, boolean returnsSources)