public final class LogQueryResult extends java.lang.Object implements java.lang.Iterable<RequestLogs>
iterator()
provided by this class to
retrieve their results.Modifier and Type | Method and Description |
---|---|
java.util.Iterator<RequestLogs> |
iterator()
Returns an Iterator that will yield all of the logs the user has requested.
|
public java.util.Iterator<RequestLogs> iterator()
iterator
in interface java.lang.Iterable<RequestLogs>