LeaderboardBuffer

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

  • It provides public methods to get a specific Leaderboard by index and to get the total count of Leaderboard entries.

  • The class inherits methods for data management from AbstractDataBuffer and interfaces such as 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 ()