LeaderboardScoreBuffer

  • LeaderboardScoreBuffer is an AbstractDataBuffer containing LeaderboardScore data.

  • The get(int position) method is the only public method available for accessing LeaderboardScore objects from the buffer.

  • LeaderboardScoreBuffer inherits methods like close(), getCount(), and iterator() from AbstractDataBuffer and other interfaces, allowing for standard data buffer operations.

public class LeaderboardScoreBuffer extends AbstractDataBuffer<LeaderboardScore>

AbstractDataBuffer containing LeaderboardScore data.

Public Method Summary

LeaderboardScore
get(int position)

Inherited Method Summary

Public Methods

public LeaderboardScore get (int position)