Uses of Class
org.apache.jena.util.iterator.WrappedIterator
Packages that use WrappedIterator
Package
Description
Various memory-based implementations of interfaces,
specifically GraphMem for memory-based Graphs.
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
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.-
Uses of WrappedIterator in org.apache.jena.mem
Subclasses of WrappedIterator in org.apache.jena.memModifier and TypeClassDescriptionclassAn iterator wrapper for NodeToTriplesMap iterators which ensures that a .remove on the base iterator is copied to the other two maps of this GraphMem.classA WrappedIterator which remembers the last object next'ed in a protected instance variable, so that subclasses have access to it during .remove. -
Uses of WrappedIterator in org.apache.jena.rdf.model.impl
Subclasses of WrappedIterator in org.apache.jena.rdf.model.implModifier and TypeClassDescriptionclassA NodeIterator implementation.classAn NsIterator implementationclassAn implementation of ResIterator.classAn implementation of StmtIterator. -
Uses of WrappedIterator in org.apache.jena.util.iterator
Subclasses of WrappedIterator in org.apache.jena.util.iteratorMethods in org.apache.jena.util.iterator that return WrappedIteratorModifier and TypeMethodDescriptionstatic <T> WrappedIterator<T>WrappedIterator.createNoRemove(Iterator<T> it) Answer an ExtendedIterator wrapped rounditwhich does not permit.remove()even ifitdoes.static <T> WrappedIterator<T>Answer an ExtendedIterator wrapped round aStream.