it.geosolutions.geoserver.rest.decoder.utils
Class JDOMListIterator<ELEM>

java.lang.Object
  extended by it.geosolutions.geoserver.rest.decoder.utils.JDOMListIterator<ELEM>
All Implemented Interfaces:
Iterator<ELEM>

public abstract class JDOMListIterator<ELEM>
extends Object
implements Iterator<ELEM>

Author:
ETj (etj at geo-solutions.it)

Constructor Summary
JDOMListIterator(List<org.jdom.Element> orig)
           
 
Method Summary
 boolean hasNext()
           
 ELEM next()
           
 void remove()
           
abstract  ELEM transform(org.jdom.Element listItem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDOMListIterator

public JDOMListIterator(List<org.jdom.Element> orig)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<ELEM>

next

public ELEM next()
Specified by:
next in interface Iterator<ELEM>

transform

public abstract ELEM transform(org.jdom.Element listItem)

remove

public void remove()
Specified by:
remove in interface Iterator<ELEM>


Copyright © 2007-2013 GeoSolutions. All Rights Reserved.