|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WrappedIterator | |
---|---|
com.hp.hpl.jena.graph | This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system. |
com.hp.hpl.jena.util.iterator | 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 com.hp.hpl.jena.graph |
---|
Subclasses of WrappedIterator in com.hp.hpl.jena.graph | |
---|---|
class |
TripleMatchIterator
An iterator that selects triples from an underlying iterators of triples It used to take TripleMatch's, but those are obsolete. |
Uses of WrappedIterator in com.hp.hpl.jena.util.iterator |
---|
Subclasses of WrappedIterator in com.hp.hpl.jena.util.iterator | |
---|---|
class |
EarlyBindingIterator<T>
Fully execute the iterator immediately, but pretend we haven't. |
class |
FilterDropIterator<T>
A subclass of FiterIterator which discards the elements that pass the filter. |
class |
FilterIterator<T>
Creates a sub-Iterator by filtering. |
class |
FilterKeepIterator<T>
A subclass of FilterIterator which keeps the elements that pass the test. |
class |
RandomOrderIterator<T>
RandomOrderIterator - Reorders the elements returned by an Iterator. |
class |
UniqueExtendedIterator<T>
A variant on the closable/extended iterator that filters out duplicate values. |
Methods in com.hp.hpl.jena.util.iterator that return WrappedIterator | ||
---|---|---|
static
|
WrappedIterator.createNoRemove(java.util.Iterator<T> it)
Answer an ExtendedIterator wrapped round it which does not
permit .remove() even if it does. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |