GameBuffer

  • GameBuffer is a data structure that provides access to a list of games.

  • The GameBuffer class inherits methods from AbstractDataBuffer, DataBuffer, Iterable, Releasable, Closeable, and AutoCloseable.

  • The primary public method of GameBuffer is get(int position), which returns a Game object at the specified position.

public final class GameBuffer extends AbstractDataBuffer<Game>

Data structure providing access to a list of games.

Public Method Summary

Game
get(int position)

Inherited Method Summary

Public Methods

public Game get (int position)