com.jxml.quick.qmap
Class QMapIterator
java.lang.Object
|
+--com.jxml.quick.qmap.QMapIterator
- All Implemented Interfaces:
- QIterator
- public class QMapIterator
- extends Object
- implements QIterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QMapIterator
public QMapIterator()
setMap
public void setMap(Map map)
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