Constructor and Description |
---|
ItemsIterator(Iterator<MarkupContainer> rows) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Item<T> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ItemsIterator(Iterator<MarkupContainer> rows)
rows
- iterator over child row viewspublic void remove()
remove
in interface Iterator<Item<T>>
Iterator.remove()
public boolean hasNext()
hasNext
in interface Iterator<Item<T>>
Iterator.hasNext()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.