net.java.rdf.sommer.util
Class RDFCollection.MRIterator

java.lang.Object
  extended by net.java.rdf.sommer.util.RDFCollection.MRIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
RDFCollection<E>

 class RDFCollection.MRIterator
extends java.lang.Object
implements java.util.Iterator


Field Summary
(package private)  E current
           
(package private)  java.util.Iterator<E> wit
           
 
Constructor Summary
RDFCollection.MRIterator()
           
 
Method Summary
 boolean hasNext()
           
 E next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wit

java.util.Iterator<E> wit

current

E current
Constructor Detail

RDFCollection.MRIterator

RDFCollection.MRIterator()
Method Detail

hasNext

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

next

public E next()
Specified by:
next in interface java.util.Iterator

remove

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