Package gw.xml.simple
Class XmlChildList.WrappingListIterator
java.lang.Object
gw.xml.simple.XmlChildList.WrappingListIterator
- All Implemented Interfaces:
Iterator<T>,ListIterator<T>
- Enclosing class:
- XmlChildList<T extends SimpleXmlNode>
-
Field Details
-
_wrapped
-
_lastRet
-
-
Constructor Details
-
WrappingListIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<T extends SimpleXmlNode>- Specified by:
hasNextin interfaceListIterator<T extends SimpleXmlNode>
-
next
- Specified by:
nextin interfaceIterator<T extends SimpleXmlNode>- Specified by:
nextin interfaceListIterator<T extends SimpleXmlNode>
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<T extends SimpleXmlNode>
-
previous
- Specified by:
previousin interfaceListIterator<T extends SimpleXmlNode>
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<T extends SimpleXmlNode>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<T extends SimpleXmlNode>
-
remove
public void remove()- Specified by:
removein interfaceIterator<T extends SimpleXmlNode>- Specified by:
removein interfaceListIterator<T extends SimpleXmlNode>
-
set
- Specified by:
setin interfaceListIterator<T extends SimpleXmlNode>
-
add
- Specified by:
addin interfaceListIterator<T extends SimpleXmlNode>
-