public class PropertyIteratorImpl extends java.lang.Object implements PropertyIterator
Constructor and Description |
---|
PropertyIteratorImpl(java.util.Collection<JMeterProperty> value) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
JMeterProperty |
next() |
void |
remove() |
public PropertyIteratorImpl(java.util.Collection<JMeterProperty> value)
public boolean hasNext()
hasNext
in interface java.util.Iterator<JMeterProperty>
hasNext
in interface PropertyIterator
public JMeterProperty next()
next
in interface java.util.Iterator<JMeterProperty>
next
in interface PropertyIterator
public void remove()
remove
in interface java.util.Iterator<JMeterProperty>
remove
in interface PropertyIterator
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.