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

Packages that use ReadOnlyIterator
org.eclipse.higgins.idas.cp.rdf.util   
 

Uses of ReadOnlyIterator in org.eclipse.higgins.idas.cp.rdf.util
 

Subclasses of ReadOnlyIterator in org.eclipse.higgins.idas.cp.rdf.util
 class NotNullIterator
          An iterator that returns only all non-null elements from another iterator.
 class SelectingIterator
          An iterator that returns only elements of another iterator that satisfy a certain condition.