public class AuditEventIterator extends Object implements Iterator<AuditEvent>
| Constructor and Description |
|---|
AuditEventIterator(AuditEventReader reader) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
AuditEvent |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic AuditEventIterator(AuditEventReader reader) throws Exception
Exceptionpublic boolean hasNext()
hasNext in interface Iterator<AuditEvent>Iterator.hasNext()public AuditEvent next()
next in interface Iterator<AuditEvent>Iterator.next()public void remove()
remove in interface Iterator<AuditEvent>Copyright © 2014 jwall.org. All rights reserved.