GameBuffer

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

  • It includes a public get(int position) method to retrieve a specific Game object by its index.

  • GameBuffer inherits methods for data management, iteration, closing, and releasing resources from various interfaces and classes.

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)

Morty Proxy This is a proxified and sanitized view of the page, visit original site.