Apache JMeter

org.apache.jmeter.testelement.property
Interface PropertyIterator

All Known Implementing Classes:
PropertyIteratorImpl

public interface PropertyIterator


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

Method Detail

hasNext

public boolean hasNext()

next

public JMeterProperty next()

remove

public void remove()

Apache JMeter

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