Class PropertyIteratorImpl
- java.lang.Object
-
- org.apache.jmeter.testelement.property.PropertyIteratorImpl
-
- All Implemented Interfaces:
PropertyIterator
public class PropertyIteratorImpl extends Object implements PropertyIterator
-
-
Constructor Summary
Constructors Constructor Description PropertyIteratorImpl(Collection<JMeterProperty> value)
-
-
-
Constructor Detail
-
PropertyIteratorImpl
public PropertyIteratorImpl(Collection<JMeterProperty> value)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacePropertyIterator
-
next
public JMeterProperty next()
- Specified by:
nextin interfacePropertyIterator
-
remove
public void remove()
- Specified by:
removein interfacePropertyIterator
-
-