Class PropertyIteratorImpl
java.lang.Object
org.apache.jmeter.testelement.property.PropertyIteratorImpl
- All Implemented Interfaces:
Iterator<JMeterProperty>
,PropertyIterator
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPropertyIteratorImpl
(org.apache.jmeter.testelement.TestElement owner, Iterable<? extends JMeterProperty> properties) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
EMPTY_ITERATOR
-
-
Constructor Details
-
PropertyIteratorImpl
-
PropertyIteratorImpl
public PropertyIteratorImpl(org.apache.jmeter.testelement.TestElement owner, Iterable<? extends JMeterProperty> properties)
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<JMeterProperty>
- Specified by:
hasNext
in interfacePropertyIterator
-
next
- Specified by:
next
in interfaceIterator<JMeterProperty>
- Specified by:
next
in interfacePropertyIterator
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<JMeterProperty>
- Specified by:
remove
in interfacePropertyIterator
-