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


Constructor Summary
QMapIterator()
           
 
Method Summary
 void clear()
           
 Object getCurrent()
           
 void getNext()
           
 boolean isComplete()
           
 void setMap(Map map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QMapIterator

public QMapIterator()
Method Detail

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