LeaderboardScoreBuffer
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
LeaderboardScoreBuffer extends AbstractDataBuffer and contains LeaderboardScore data.
The get(int position) method is a public method in LeaderboardScoreBuffer.
This class inherits methods from AbstractDataBuffer, java.lang.Object, DataBuffer, java.lang.Iterable, Releasable, java.io.Closeable, and java.lang.AutoCloseable.
Inherited methods include close(), getCount(), isClosed(), iterator(), and release().
[null,null,["Last updated 2025-09-10 UTC."],[],["The `LeaderboardScoreBuffer` class stores `LeaderboardScore` data, extending `AbstractDataBuffer`. It allows retrieval of a `LeaderboardScore` at a specific index using `get(int position)`. Inherited methods include: `close()`, `getCount()`, `isClosed()`, `iterator()`, and `singleRefIterator()` for managing and iterating the data. Additional inherited methods such as `release()` also exist for memory management. Basic Object class methods are also present.\n"]]