Apache JMeter

org.apache.jmeter.testelement.property
Class PropertyIteratorImpl

java.lang.Object
  extended by org.apache.jmeter.testelement.property.PropertyIteratorImpl
All Implemented Interfaces:
PropertyIterator

public class PropertyIteratorImpl
extends java.lang.Object
implements PropertyIterator


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

PropertyIteratorImpl

public PropertyIteratorImpl(java.util.Collection value)

PropertyIteratorImpl

public PropertyIteratorImpl()
Method Detail

setCollection

public void setCollection(java.util.Collection value)

hasNext

public boolean hasNext()
Specified by:
hasNext in interface PropertyIterator

next

public JMeterProperty next()
Specified by:
next in interface PropertyIterator

remove

public void remove()
Specified by:
remove in interface PropertyIterator
See Also:
PropertyIterator.remove()

Apache JMeter

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.