LeaderboardBuffer

  • LeaderboardBuffer is an implementation of AbstractDataBuffer that contains Leaderboard data.

  • It provides public methods get(int) to retrieve a specific leaderboard and getCount() to get the total number of leaderboards.

  • It inherits various methods from AbstractDataBuffer, Object, DataBuffer, Iterable, Releasable, Closeable, and AutoCloseable.

public class LeaderboardBuffer extends AbstractDataBuffer<Leaderboard>

AbstractDataBuffer implementation containing Leaderboard data.

Public Method Summary

final Leaderboard
get(int arg0)
int

Inherited Method Summary

Public Methods

public final Leaderboard get (int arg0)

public int getCount ()