-
Interfaces Interface Description org.eclipse.rdf4j.common.iteration.CloseableIteration In the future this interface will stop extendingCloseableIterationand instead declare the same interface methods directly. The interface will also stop requiring implementations to automatically close when exhausted, instead making this an optional feature and requiring the user to always call close. This interface may also be removed.
-
Fields Field Description org.eclipse.rdf4j.common.iteration.IterationWrapper.wrappedIter This will be changed to private, possibly with an accessor in future. Do not rely on it.