org.apache.jmeter.testelement.property

Class PropertyIteratorImpl

Implemented Interfaces:
PropertyIterator

public class PropertyIteratorImpl
extends Object
implements PropertyIterator

Constructor Summary

PropertyIteratorImpl()
PropertyIteratorImpl(Collection value)

Method Summary

boolean
hasNext()
JMeterProperty
next()
void
remove()
void
setCollection(Collection value)

Constructor Details

PropertyIteratorImpl

public PropertyIteratorImpl()

PropertyIteratorImpl

public PropertyIteratorImpl(Collection value)

Method Details

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

setCollection

public void setCollection(Collection value)

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