GameBuffer

  • 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

get (int position)

Inherited Method Summary

Public Methods

public Game get (int position)

Create a Mobile Website
View Site in Mobile | Classic
Share by: