Interface PropertyIterator
- All Superinterfaces:
- Iterator<JMeterProperty>
- All Known Implementing Classes:
- PropertyIteratorImpl
- 
Method SummaryMethods inherited from interface java.util.IteratorforEachRemaining
- 
Method Details- 
hasNextboolean hasNext()- Specified by:
- hasNextin interface- Iterator<JMeterProperty>
 
- 
nextJMeterProperty next()- Specified by:
- nextin interface- Iterator<JMeterProperty>
 
- 
removevoid remove()- Specified by:
- removein interface- Iterator<JMeterProperty>
 
 
-