hudson.plugins.performance
Class TrendReportDetail.RowIterator

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

public class TrendReportDetail.RowIterator
extends java.lang.Object
implements java.util.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 java.util.Iterator<TrendReportDetail.Row>

next

public TrendReportDetail.Row next()
Specified by:
next in interface java.util.Iterator<TrendReportDetail.Row>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<TrendReportDetail.Row>


Copyright © 2010. All Rights Reserved.