|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.log.rfb.io.ATERandomFileBuffer.ATERandomFileBufferIterator
protected class ATERandomFileBuffer.ATERandomFileBufferIterator
This class implements a lightweight iterator on a file-buffered random access collection of audit trail entries, as represented by the enclosing class.
Field Summary | |
---|---|
protected ATERandomFileBuffer |
parent
|
protected int |
position
|
Constructor Summary | |
---|---|
protected |
ATERandomFileBuffer.ATERandomFileBufferIterator(ATERandomFileBuffer aParent)
Constructs a new iterator wrapper |
Method Summary | |
---|---|
boolean |
hasNext()
Probes for the availability of further audit trail entries. |
java.lang.Object |
next()
Retrieves another audit trail entry from the wrapped collection. |
void |
remove()
This method is not implemented on this level |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ATERandomFileBuffer parent
protected int position
Constructor Detail |
---|
protected ATERandomFileBuffer.ATERandomFileBufferIterator(ATERandomFileBuffer aParent)
aParent
- Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |