org.drools.workbench.screens.guided.dtable.client.wizard.pages
Class RowExpander.RowIterator
java.lang.Object
org.drools.workbench.screens.guided.dtable.client.wizard.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
Method Summary |
boolean |
hasNext()
|
List<org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52> |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowExpander.RowIterator
public RowExpander.RowIterator()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<List<org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52>>
next
public List<org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52> next()
- Specified by:
next
in interface Iterator<List<org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52>>
remove
public void remove()
- Specified by:
remove
in interface Iterator<List<org.drools.workbench.models.guided.dtable.shared.model.DTCellValue52>>
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.