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
ConstructorDescriptionLogEntryIterator(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, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods 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:ResultSetIterator
Creates the object instance.- Specified by:
createObject
in classResultSetIterator<LogEntry>
- Returns:
- T
-