private class AbstractTransactionStore.TxResultsIterator extends java.lang.Object implements java.util.Iterator<Result>
Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<Result> |
iterator |
Constructor and Description |
---|
TxResultsIterator(java.util.Iterator<Result> iterator) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Result |
next() |
void |
remove() |