Interface PropertyIterator
- All Known Implementing Classes:
PropertyIteratorImpl
public interface PropertyIterator
-
Method Summary
-
Method Details
-
hasNext
boolean hasNext() -
next
JMeterProperty next() -
remove
void remove()
-
PropertyIteratorImpl