public class CachingStmtIterator extends Object implements com.hp.hpl.jena.rdf.model.StmtIterator
CachingStmtIterator class.
| Constructor and Description |
|---|
CachingStmtIterator(ThreadSafeModel model,
com.hp.hpl.jena.rdf.model.StmtIterator orig)
Constructor for CachingStmtIterator.
|
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.util.iterator.ExtendedIterator |
andThen(com.hp.hpl.jena.util.iterator.ClosableIterator other) |
void |
close()
close.
|
com.hp.hpl.jena.util.iterator.ExtendedIterator |
filterDrop(com.hp.hpl.jena.util.iterator.Filter f) |
com.hp.hpl.jena.util.iterator.ExtendedIterator |
filterKeep(com.hp.hpl.jena.util.iterator.Filter f) |
boolean |
hasNext()
hasNext.
|
com.hp.hpl.jena.util.iterator.ExtendedIterator |
mapWith(com.hp.hpl.jena.util.iterator.Map1 map1) |
Object |
next()
next.
|
com.hp.hpl.jena.rdf.model.Statement |
nextStatement()
nextStatement.
|
void |
remove()
remove.
|
Object |
removeNext()
removeNext.
|
List |
toList()
toList.
|
Set |
toSet()
toSet.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic CachingStmtIterator(ThreadSafeModel model, com.hp.hpl.jena.rdf.model.StmtIterator orig)
Constructor for CachingStmtIterator.
model - a ThreadSafeModel object.orig - a StmtIterator object.public com.hp.hpl.jena.rdf.model.Statement nextStatement()
throws NoSuchElementException
nextStatement.
nextStatement in interface com.hp.hpl.jena.rdf.model.StmtIteratorStatement object.NoSuchElementException - if any.StmtIterator.nextStatement()public com.hp.hpl.jena.util.iterator.ExtendedIterator andThen(com.hp.hpl.jena.util.iterator.ClosableIterator other)
andThen in interface com.hp.hpl.jena.util.iterator.ExtendedIteratorpublic com.hp.hpl.jena.util.iterator.ExtendedIterator filterKeep(com.hp.hpl.jena.util.iterator.Filter f)
filterKeep in interface com.hp.hpl.jena.util.iterator.ExtendedIteratorpublic com.hp.hpl.jena.util.iterator.ExtendedIterator filterDrop(com.hp.hpl.jena.util.iterator.Filter f)
filterDrop in interface com.hp.hpl.jena.util.iterator.ExtendedIteratorpublic com.hp.hpl.jena.util.iterator.ExtendedIterator mapWith(com.hp.hpl.jena.util.iterator.Map1 map1)
mapWith in interface com.hp.hpl.jena.util.iterator.ExtendedIteratorpublic 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 Object removeNext()
removeNext.
removeNext in interface com.hp.hpl.jena.util.iterator.ExtendedIteratorObject object.ExtendedIterator.removeNext()public List toList()
toList.
toList in interface com.hp.hpl.jena.util.iterator.ExtendedIteratorList object.Copyright © 2017. All rights reserved.