Class RowExpander.RowIterator
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.client.wizard.table.pages.RowExpander.RowIterator
-
- All Implemented Interfaces:
Iterator<List<org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52>>
- Enclosing class:
- RowExpander
public class RowExpander.RowIterator extends Object implements Iterator<List<org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52>>
An iterator that retrieves the expanded rows one at a time
-
-
Constructor Summary
Constructors Constructor Description RowIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()List<org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52>next()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
-
next
public List<org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52> next()
-
-