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:
java.util.Iterator<ELEM>

public abstract class JDOMListIterator<ELEM>
extends java.lang.Object
implements java.util.Iterator<ELEM>

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

Constructor Summary
JDOMListIterator(java.util.List<Element> orig)
           
 
Method Summary
 boolean hasNext()
           
 ELEM next()
           
 void remove()
           
abstract  ELEM transform(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(java.util.List<Element> orig)
Method Detail

hasNext

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

next

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

transform

public abstract ELEM transform(Element listItem)

remove

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


Copyright © 2007-2012 GeoSolutions. All Rights Reserved.