-
public interface IDataSource- Author:
- Jeff Riggle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<Object,IGameState>provideGameStates(int bufferSize, Object state)
-
-
-
Method Detail
-
provideGameStates
Map<Object,IGameState> provideGameStates(int bufferSize, Object state)
- Parameters:
bufferSize- The number of items to returnstate- The current state.- Returns:
- A Map of sequential states.
-
-