Package org.eclipse.rdf4j.common.iterator
package org.eclipse.rdf4j.common.iterator
-
ClassDescriptionWraps a
CloseableIteration
as anIterator
.ConvertingIterator<S,T> An Iterator that converts an iterator over objects of type S (the source type) to an iterator over objects of type T (the target type).An iterator that does not contain any elements.A CloseableIterator that wraps another iterator, applying a filter on the objects that are returned.An iterator that contains exactly one element.