public class PropertyIteratorImpl extends Object implements PropertyIterator
| Constructor and Description |
|---|
PropertyIteratorImpl(Collection<JMeterProperty> value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
JMeterProperty |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic PropertyIteratorImpl(Collection<JMeterProperty> value)
public boolean hasNext()
hasNext in interface Iterator<JMeterProperty>hasNext in interface PropertyIteratorpublic JMeterProperty next()
next in interface Iterator<JMeterProperty>next in interface PropertyIteratorpublic void remove()
remove in interface Iterator<JMeterProperty>remove in interface PropertyIteratorCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.