Uses of Interface
io.sockit.gameserver.DataIterator
Package | Description |
---|---|
io.sockit.gameserver |
This is the core package for the Sockit Multiplayer Game (Server) Engine and provides the classes necessary to implement the server side of a multiplayer turn based game.
|
-
Uses of DataIterator in io.sockit.gameserver
Methods in io.sockit.gameserver that return DataIterator Modifier and Type Method Description DataIterator
DataStore. iterator()
Returns a DataIterator whish iterates over all the entries in the dataStoreDataIterator
LevelDbStore. iterator()