public class CachingRSIterator extends Object implements com.hp.hpl.jena.rdf.model.RSIterator
CachingRSIterator class.
| Constructor and Description |
|---|
CachingRSIterator(ThreadSafeModel model,
com.hp.hpl.jena.rdf.model.RSIterator orig)
Constructor for CachingRSIterator.
|
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.util.iterator.ExtendedIterator |
andThen(com.hp.hpl.jena.util.iterator.ClosableIterator arg0) |
void |
close()
close.
|
com.hp.hpl.jena.util.iterator.ExtendedIterator |
filterDrop(com.hp.hpl.jena.util.iterator.Filter arg0) |
com.hp.hpl.jena.util.iterator.ExtendedIterator |
filterKeep(com.hp.hpl.jena.util.iterator.Filter arg0) |
boolean |
hasNext()
hasNext.
|
com.hp.hpl.jena.util.iterator.ExtendedIterator |
mapWith(com.hp.hpl.jena.util.iterator.Map1 arg0) |
Object |
next()
next.
|
com.hp.hpl.jena.rdf.model.ReifiedStatement |
nextRS()
nextRS.
|
void |
remove()
remove.
|
Object |
removeNext()
removeNext.
|
List |
toList()
toList.
|
Set |
toSet()
toSet.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic CachingRSIterator(ThreadSafeModel model, com.hp.hpl.jena.rdf.model.RSIterator orig)
Constructor for CachingRSIterator.
model - a ThreadSafeModel object.orig - a RSIterator object.public com.hp.hpl.jena.rdf.model.ReifiedStatement nextRS()
nextRS.
nextRS in interface com.hp.hpl.jena.rdf.model.RSIteratorReifiedStatement object.RSIterator.nextRS()public void close()
close.
close in interface com.hp.hpl.jena.util.iterator.ClosableIteratorClosableIterator.close()public boolean hasNext()
hasNext.
hasNext in interface IteratorIterator.hasNext()public Object next()
next.
next in interface IteratorObject object.Iterator.next()public void remove()
remove.
remove in interface IteratorIterator.remove()public List toList()
toList.
toList in interface com.hp.hpl.jena.util.iterator.ExtendedIteratorList object.public Set toSet()
toSet.
toSet in interface com.hp.hpl.jena.util.iterator.ExtendedIteratorSet object.public com.hp.hpl.jena.util.iterator.ExtendedIterator andThen(com.hp.hpl.jena.util.iterator.ClosableIterator arg0)
andThen in interface com.hp.hpl.jena.util.iterator.ExtendedIteratorpublic com.hp.hpl.jena.util.iterator.ExtendedIterator filterDrop(com.hp.hpl.jena.util.iterator.Filter arg0)
filterDrop in interface com.hp.hpl.jena.util.iterator.ExtendedIteratorpublic com.hp.hpl.jena.util.iterator.ExtendedIterator filterKeep(com.hp.hpl.jena.util.iterator.Filter arg0)
filterKeep in interface com.hp.hpl.jena.util.iterator.ExtendedIteratorpublic com.hp.hpl.jena.util.iterator.ExtendedIterator mapWith(com.hp.hpl.jena.util.iterator.Map1 arg0)
mapWith in interface com.hp.hpl.jena.util.iterator.ExtendedIteratorCopyright © 2017. All rights reserved.