Class GameEventEntryIterator
java.lang.Object
games.stendhal.tools.loganalyser.util.ResultSetIterator<GameEventEntry>
games.stendhal.tools.loganalyser.gameevents.GameEventEntryIterator
- All Implemented Interfaces:
Iterable<GameEventEntry>
,Iterator<GameEventEntry>
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
ConstructorDescriptionGameEventEntryIterator(ResultSet resultSet)
Creates a new LogEntryIterator.GameEventEntryIterator(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
-
GameEventEntryIterator
Creates a new LogEntryIterator.- Parameters:
resultSet
- resultSet
-
GameEventEntryIterator
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<GameEventEntry>
- Returns:
- T
-