Class 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 Detail

      • RowIterator

        public RowIterator()
    • Method Detail

      • 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>>