| com.hp.hpl.jena.mem.TrackingTripleIterator com.hp.hpl.jena.mem.StoreTripleIterator
StoreTripleIterator | public class StoreTripleIterator extends TrackingTripleIterator (Code) | | An iterator wrapper for NodeToTriplesMap iterators which ensures that
a .remove on the base iterator is copied to the other two maps of this
GraphMem. The current triple (the most recent result of .next) is
tracked by the parent TrackingTripleIterator so that it
can be removed from the other two maps, which are passed in when this
StoreTripleIterator is created.
author: kers |
Method Summary | |
public void | remove() |
remove | public void remove()(Code) | | |
|
|