|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TxnIterator<E>
| Method Summary | |
|---|---|
boolean |
hasNext(Txn txn)
Returns true if the iteration has more elements. |
E |
next(Txn txn)
Returns the next element in the iteration. |
void |
remove(Txn txn)
Removes from the underlying collection the last element returned by the iterator (optional operation). |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Method Detail |
|---|
boolean hasNext(Txn txn)
txn - Txn used for this operation
E next(Txn txn)
txn - Txn used for this operation
NoSuchElementException - iteration has no more elements.void remove(Txn txn)
txn - Txn used for this operation
UnsupportedOperationException - if the remove
operation is not supported by this Iterator.
IllegalStateException - if the next method has not
yet been called, or the remove method has already
been called after the last call to the next
method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||