org.eclipse.higgins.idas.cp.rdf.util
Class ReadOnlyIterator

java.lang.Object
  extended by org.eclipse.higgins.idas.cp.rdf.util.ReadOnlyIterator
All Implemented Interfaces:
Iterator
Direct Known Subclasses:
SelectingIterator

public abstract class ReadOnlyIterator
extends Object
implements Iterator

An iterator that does not support the remove() method.

Author:
msabadello at parityinc dot net

Constructor Summary
ReadOnlyIterator()
           
 
Method Summary
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Iterator
hasNext, next
 

Constructor Detail

ReadOnlyIterator

public ReadOnlyIterator()
Method Detail

remove

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