Class PropertyIteratorImpl
java.lang.Object
org.apache.jmeter.testelement.property.PropertyIteratorImpl
- All Implemented Interfaces:
PropertyIterator
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PropertyIteratorImpl
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfacePropertyIterator
-
next
- Specified by:
next
in interfacePropertyIterator
-
remove
public void remove()- Specified by:
remove
in interfacePropertyIterator
-