public class IteratorTxnTracker<T> extends org.apache.jena.atlas.iterator.IteratorWrapper<T>
| Constructor and Description |
|---|
IteratorTxnTracker(Iterator<T> iterator,
TransactionalSystem txnSystem,
TxnId txnId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic IteratorTxnTracker(Iterator<T> iterator, TransactionalSystem txnSystem, TxnId txnId)
public boolean hasNext()
public T next()
Licensed under the Apache License, Version 2.0