Interface IDataSource


  • public interface IDataSource
    Author:
    Jeff Riggle
    • Method Detail

      • provideGameStates

        Map<Object,​IGameState> provideGameStates​(int bufferSize,
                                                       Object state)
        Parameters:
        bufferSize - The number of items to return
        state - The current state.
        Returns:
        A Map of sequential states.