Uses of Class
org.apache.jena.util.iterator.NiceIterator
Packages that use NiceIterator
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 NiceIterator in org.apache.jena.mem
Subclasses of NiceIterator in org.apache.jena.memModifier and TypeClassDescriptionclassHelper class for listObjects.classAn 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 NiceIterator in org.apache.jena.mem2.iterator
Subclasses of NiceIterator in org.apache.jena.mem2.iteratorModifier and TypeClassDescriptionclassIterator that iterates over the entries of sets which are contained in the given iterator of sets.classAn iterator over a sparse array, that skips null entries.classAn iterator over a sparse array, that skips null entries. -
Uses of NiceIterator in org.apache.jena.mem2.store.roaring
Subclasses of NiceIterator in org.apache.jena.mem2.store.roaringModifier and TypeClassDescriptionclassA triple iterator that iterates over triple indices in a RoaringBitmapBatchIterator. -
Uses of NiceIterator in org.apache.jena.rdf.model.impl
Subclasses of NiceIterator in org.apache.jena.rdf.model.implModifier and TypeClassDescriptionclassAn internal class not normally of interest to application developers.classA NodeIterator implementation.classAn NsIterator implementationclassAn implementation of ResIterator.classAn internal class not normally of interest to developers.classAn implementation of StmtIterator. -
Uses of NiceIterator in org.apache.jena.util.iterator
Subclasses of NiceIterator in org.apache.jena.util.iteratorModifier and TypeClassDescriptionclassCreates a sub-Iterator by filtering.classLazyIterator<T>An ExtendedIterator that is created lazily.classMap1Iterator<From,To> An iterator that consumes an underlying iterator and maps its results before delivering them; supports remove if the underlying iterator does.classMapFilterIterator<T,X> A MapFilterIterator takes a MapFilter and an [Extended]Iterator and returns a new ExtendedIterator which delivers the sequence of all non-null elements MapFilter(X) for X from the base iterator.classNullIterator<T>An empty iterator.classA ClosableIterator that contains only one elementclassa WrappedIterator is an ExtendedIterator wrapping around a plain (or presented as plain) Iterator.