|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.testelement.property.PropertyIteratorImpl
public class PropertyIteratorImpl
Constructor Summary | |
---|---|
PropertyIteratorImpl()
|
|
PropertyIteratorImpl(java.util.Collection value)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
JMeterProperty |
next()
|
void |
remove()
|
void |
setCollection(java.util.Collection value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyIteratorImpl(java.util.Collection value)
public PropertyIteratorImpl()
Method Detail |
---|
public void setCollection(java.util.Collection value)
public boolean hasNext()
hasNext
in interface PropertyIterator
public JMeterProperty next()
next
in interface PropertyIterator
public void remove()
remove
in interface PropertyIterator
PropertyIterator.remove()
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |