Class PropertyIteratorImpl
java.lang.Object
org.apache.jmeter.testelement.property.PropertyIteratorImpl
- All Implemented Interfaces:
- Iterator<JMeterProperty>,- PropertyIterator
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionPropertyIteratorImpl(org.apache.jmeter.testelement.TestElement owner, Iterable<? extends JMeterProperty> properties) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining
- 
Field Details- 
EMPTY_ITERATOR
 
- 
- 
Constructor Details- 
PropertyIteratorImpl
- 
PropertyIteratorImplpublic PropertyIteratorImpl(org.apache.jmeter.testelement.TestElement owner, Iterable<? extends JMeterProperty> properties) 
 
- 
- 
Method Details- 
hasNextpublic boolean hasNext()- Specified by:
- hasNextin interface- Iterator<JMeterProperty>
- Specified by:
- hasNextin interface- PropertyIterator
 
- 
next- Specified by:
- nextin interface- Iterator<JMeterProperty>
- Specified by:
- nextin interface- PropertyIterator
 
- 
removepublic void remove()- Specified by:
- removein interface- Iterator<JMeterProperty>
- Specified by:
- removein interface- PropertyIterator
 
 
-