[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-10 UTC."],[],["`AchievementBuffer` is a data structure for accessing a list of `Achievement` objects. It extends `AbstractDataBuffer` and offers methods to manage achievements. Key actions include: `get(int position)` to retrieve an achievement at a specific index; `getCount()` to get the total number of achievements; `close()` to release resources; and `isClosed()` to check if the resources are closed. Iteration over achievements is supported with `iterator()` and `singleRefIterator()`, and `release()` is provided to release the data.\n"]]