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:
hasNext
in interfacePropertyIterator
-
next
public JMeterProperty next()
- Specified by:
next
in interfacePropertyIterator
-
remove
public void remove()
- Specified by:
remove
in interfacePropertyIterator
-
-