net.sf.jasperreports.engine.fill
Class JRPrintBand.ElementsIterator
java.lang.Object
net.sf.jasperreports.engine.fill.JRPrintBand.ElementsIterator
- All Implemented Interfaces:
- Iterator<JRPrintElement>
- Enclosing class:
- JRPrintBand
protected static class JRPrintBand.ElementsIterator
- extends Object
- implements Iterator<JRPrintElement>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRPrintBand.ElementsIterator
public JRPrintBand.ElementsIterator(List<Object> elements)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<JRPrintElement>
next
public JRPrintElement next()
- Specified by:
next in interface Iterator<JRPrintElement>
setSubOffsets
protected void setSubOffsets(JRPrintElement element)
remove
public void remove()
- Specified by:
remove in interface Iterator<JRPrintElement>
Copyright © 2012. All Rights Reserved.