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


Constructor Summary
QListIterator()
           
 
Method Summary
 void clear()
           
 Object getCurrent()
           
 void getNext()
           
 boolean isComplete()
           
 void setList(List list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QListIterator

public QListIterator()
Method Detail

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