Package org.eclipse.higgins.idas.cp.rdf.util

Class Summary
BasicValueRelation  
MappingIterator An iterator that reads elements from another iterator and maps them to its own elements.
NotNullIterator An iterator that returns only all non-null elements from another iterator.
ReadOnlyIterator An iterator that does not support the remove() method.
SelectingIterator An iterator that returns only elements of another iterator that satisfy a certain condition.