public class PropertyIteratorImpl extends Object implements PropertyIterator
Modifier and Type | Field and Description |
---|---|
static PropertyIterator |
EMPTY_ITERATOR |
Constructor and Description |
---|
PropertyIteratorImpl(Collection<JMeterProperty> value) |
PropertyIteratorImpl(org.apache.jmeter.testelement.TestElement owner,
Iterable<? extends JMeterProperty> properties) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
JMeterProperty |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public static final PropertyIterator EMPTY_ITERATOR
public PropertyIteratorImpl(Collection<JMeterProperty> value)
public PropertyIteratorImpl(org.apache.jmeter.testelement.TestElement owner, Iterable<? extends JMeterProperty> properties)
public boolean hasNext()
hasNext
in interface Iterator<JMeterProperty>
hasNext
in interface PropertyIterator
public JMeterProperty next()
next
in interface Iterator<JMeterProperty>
next
in interface PropertyIterator
public void remove()
remove
in interface Iterator<JMeterProperty>
remove
in interface PropertyIterator
Copyright © 1998-2023 Apache Software Foundation. All Rights Reserved.