org.apache.jmeter.testelement.property

Interface PropertyIterator

Known Implementing Classes:
PropertyIteratorImpl

public interface PropertyIterator

Method Summary

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

Method Details

hasNext

public boolean hasNext()

next

public JMeterProperty next()

remove

public void remove()

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