org.eclipse.higgins.idas.cp.xmlfile
Class AttrIterator
java.lang.Object
org.eclipse.higgins.idas.cp.xmlfile.AttrIterator
- All Implemented Interfaces:
- Iterator
- public class AttrIterator
- extends Object
- implements Iterator
- Author:
- dsanders@novell.com
AttrIterator
public AttrIterator(NonsharedAttrContainer container)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator
next
public Object next()
- Specified by:
next in interface Iterator
remove
public void remove()
- Specified by:
remove in interface Iterator