class Parameter.PropertyIterator extends Object implements Iterator<org.opentrafficsim.base.modelproperties.Property<?>>, Serializable
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
$LastChangedDate: 2016-05-28 11:33:31 +0200 (Sat, 28 May 2016) $, @version $Revision: 2051 $, by $Author: averbraeck $,
initial version jan. 2015
Constructor and Description |
---|
PropertyIterator(org.opentrafficsim.base.modelproperties.Property<?> ap)
Construct a new PropertyIterator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
org.opentrafficsim.base.modelproperties.Property<?> |
next() |
void |
remove() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEachRemaining
PropertyIterator(org.opentrafficsim.base.modelproperties.Property<?> ap)
ap
- Property; root of the tree to iterate overCopyright © 2014–2016 Delft University of Technology. All rights reserved.