dsto.dfc.databeans
Class PropertyValueIterator
java.lang.Object
dsto.dfc.databeans.PropertyValueIterator
- All Implemented Interfaces:
- Iterator
public class PropertyValueIterator
- extends Object
- implements Iterator
Iterates over an IDataObject's property values.
- Author:
- Matthew Phillips
- See Also:
IDataObject.propertyIterator()
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyValueIterator
public PropertyValueIterator(IDataObject object)
remove
public void remove()
- Specified by:
remove
in interface Iterator
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
Copyright © 2008 Commonwealth of Australia