Class CharacterIterator
java.lang.Object
games.stendhal.server.core.engine.db.CharacterIterator
iterates over all characters
- Author:
- hendrik
-
Constructor Summary
ConstructorDescriptionCharacterIterator(DBTransaction transaction, boolean transform)
creates a character iterator -
Method Summary
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
-
CharacterIterator
creates a character iterator- Parameters:
transaction
- DBTransactiontransform
- apply Transformat rules- Throws:
SQLException
- in case of an database error
-
-
Method Details