Class EmptyIterator<E>

java.lang.Object
org.eclipse.rdf4j.common.iterator.EmptyIterator<E>
All Implemented Interfaces:
Iterator<E>

public class EmptyIterator<E> extends Object implements Iterator<E>
An iterator that does not contain any elements.