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:
hasNext
in interfaceIterator<T extends SimpleXmlNode>
- Specified by:
hasNext
in interfaceListIterator<T extends SimpleXmlNode>
-
next
- Specified by:
next
in interfaceIterator<T extends SimpleXmlNode>
- Specified by:
next
in interfaceListIterator<T extends SimpleXmlNode>
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPrevious
in interfaceListIterator<T extends SimpleXmlNode>
-
previous
- Specified by:
previous
in interfaceListIterator<T extends SimpleXmlNode>
-
nextIndex
public int nextIndex()- Specified by:
nextIndex
in interfaceListIterator<T extends SimpleXmlNode>
-
previousIndex
public int previousIndex()- Specified by:
previousIndex
in interfaceListIterator<T extends SimpleXmlNode>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<T extends SimpleXmlNode>
- Specified by:
remove
in interfaceListIterator<T extends SimpleXmlNode>
-
set
- Specified by:
set
in interfaceListIterator<T extends SimpleXmlNode>
-
add
- Specified by:
add
in interfaceListIterator<T extends SimpleXmlNode>
-