Class MemStatementIterator

java.lang.Object
org.eclipse.rdf4j.sail.memory.model.MemStatementIterator
All Implemented Interfaces:
AutoCloseable, CloseableIteration<MemStatement,SailException>, Iteration<MemStatement,SailException>

public class MemStatementIterator extends Object implements CloseableIteration<MemStatement,SailException>
A StatementIterator that can iterate over a list of Statement objects. This iterator compares Resource and Literal objects using the '==' operator, which is possible thanks to the extensive sharing of these objects in the MemoryStore.