public interface PropertyIterator extends Iterator<JMeterProperty>
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
JMeterProperty |
next() |
void |
remove() |
forEachRemaining
boolean hasNext()
hasNext
in interface Iterator<JMeterProperty>
JMeterProperty next()
next
in interface Iterator<JMeterProperty>
void remove()
remove
in interface Iterator<JMeterProperty>
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.