edu.uky.rch.ept.xmlSegmentTree
Class ElementSet.Iterator

java.lang.Object
  extended byedu.uky.rch.ept.xmlSegmentTree.ElementSet.Iterator
All Implemented Interfaces:
Iterator
Enclosing class:
ElementSet

public class ElementSet.Iterator
extends Object
implements Iterator

An iterator over an ElementSet. Such an iterator may not be used to modify the underlying set; remove() always throws an exception.


Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator