Class LogEntryIterator
java.lang.Object
games.stendhal.tools.loganalyser.util.ResultSetIterator<LogEntry>
games.stendhal.tools.loganalyser.itemlog.consistency.LogEntryIterator
Iterates over the log entries returned by a database query.
- Author:
- hendrik
-
Field Summary
Fields inherited from class games.stendhal.tools.loganalyser.util.ResultSetIterator
resultSet -
Constructor Summary
ConstructorsConstructorDescriptionLogEntryIterator(ResultSet resultSet) Creates a new LogEntryIterator.LogEntryIterator(Statement statement, ResultSet resultSet) Creates a new LogEntryIterator. -
Method Summary
Methods inherited from class games.stendhal.tools.loganalyser.util.ResultSetIterator
hasNext, iterator, next, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
LogEntryIterator
Creates a new LogEntryIterator.- Parameters:
resultSet- resultSet
-
LogEntryIterator
Creates a new LogEntryIterator.- Parameters:
statement- statementresultSet- resultSet
-
-
Method Details
-
createObject
Description copied from class:ResultSetIteratorCreates the object instance.- Specified by:
createObjectin classResultSetIterator<LogEntry>- Returns:
- T
-