Package gw.xml.simple
Class XmlChildList.WrappingIterator
- java.lang.Object
-
- gw.xml.simple.XmlChildList.WrappingIterator
-
- All Implemented Interfaces:
java.util.Iterator<T>
- Enclosing class:
- XmlChildList<T extends SimpleXmlNode>
private class XmlChildList.WrappingIterator extends java.lang.Object implements java.util.Iterator<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description privateWrappingIterator(java.util.Iterator<T> wrapped)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Tnext()voidremove()
-
-
-
Field Detail
-
_wrapped
private java.util.Iterator<T extends SimpleXmlNode> _wrapped
-
_lastRet
private T extends SimpleXmlNode _lastRet
-
-
Constructor Detail
-
WrappingIterator
private WrappingIterator(java.util.Iterator<T> wrapped)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<T extends SimpleXmlNode>
-
next
public T next()
- Specified by:
nextin interfacejava.util.Iterator<T extends SimpleXmlNode>
-
remove
public void remove()
- Specified by:
removein interfacejava.util.Iterator<T extends SimpleXmlNode>
-
-