hudson.plugins.blazemeter
Class TrendReportDetail.RowIterator
java.lang.Object
hudson.plugins.blazemeter.TrendReportDetail.RowIterator
- All Implemented Interfaces:
- Iterator<TrendReportDetail.Row>
- Enclosing class:
- TrendReportDetail
public class TrendReportDetail.RowIterator
- extends Object
- implements Iterator<TrendReportDetail.Row>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrendReportDetail.RowIterator
public TrendReportDetail.RowIterator()
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<TrendReportDetail.Row>
next
public TrendReportDetail.Row next()
- Specified by:
next in interface Iterator<TrendReportDetail.Row>
remove
public void remove()
- Specified by:
remove in interface Iterator<TrendReportDetail.Row>
Copyright © July 2012-2013 BlazeMeterInc. All Rights Reserved.