Apache JMeter
1.9

org.apache.jmeter.testelement.property
Interface PropertyIterator

All Known Implementing Classes:
PropertyIteratorImpl

public interface PropertyIterator

Author:
Administrator To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.

Method Summary
 boolean hasNext()
           
 JMeterProperty next()
           
 void remove()
           
 

Method Detail

hasNext

public boolean hasNext()

next

public JMeterProperty next()

remove

public void remove()

Apache JMeter
1.9

Copyright © 1998-2003 Apache Software Foundation. All Rights Reserved.