com.jxml.quick.access
Class QListIterator
java.lang.Object
|
+--com.jxml.quick.access.QListIterator
- All Implemented Interfaces:
- QIterator
- public class QListIterator
- extends Object
- implements QIterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QListIterator
public QListIterator()
setList
public void setList(List list)
getCurrent
public Object getCurrent()
- Specified by:
getCurrent
in interface QIterator
getNext
public void getNext()
- Specified by:
getNext
in interface QIterator
isComplete
public boolean isComplete()
- Specified by:
isComplete
in interface QIterator
clear
public void clear()
- Specified by:
clear
in interface QIterator