edu.uky.rch.ept.xmlSegmentTree
Class ElementSet.Iterator
java.lang.Object
edu.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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