hudson.plugins.blazemeter
Class TrendReportDetail.RowIterator

java.lang.Object
  extended by hudson.plugins.blazemeter.TrendReportDetail.RowIterator
All Implemented Interfaces:
Iterator<TrendReportDetail.Row>
Enclosing class:
TrendReportDetail

public class TrendReportDetail.RowIterator
extends Object
implements Iterator<TrendReportDetail.Row>


Constructor Summary
TrendReportDetail.RowIterator()
           
 
Method Summary
 boolean hasNext()
           
 TrendReportDetail.Row next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrendReportDetail.RowIterator

public TrendReportDetail.RowIterator()
Method Detail

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-2012 BlazeMeterInc. All Rights Reserved.