Uses of Interface
org.apache.jena.util.iterator.ClosableIterator

Packages that use ClosableIterator
Package
Description
This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system.
This package defines simple composite graphs - union, intersection, difference, and update-tracking.
Various memory-based implementations of interfaces, specifically GraphMem for memory-based Graphs.
 
 
A package for creating and manipulating RDF graphs.
This package contains implementations of the interfaces defined in the .model package, eg ModelCom for Model, ResourceImpl for Resource, and so on.
Provides a selection of simple rule engines for Jena inference models.
Internal implementation objects used by the rule system interpreters and compilers.
A package for defining useful iterators and iterator operations, including concatenation, mapping, filtering, empty and singleton iterators, iterator wrappers, and the ExtendedIterator class used in many places in Jena.