Uses of Record Class
fo.nya.leaderboard.LeaderboardRow
Packages that use LeaderboardRow
-
Uses of LeaderboardRow in fo.nya.leaderboard
Methods in fo.nya.leaderboard that return types with arguments of type LeaderboardRowModifier and TypeMethodDescriptionLeaderboard.around(long target, int up, int down, boolean desc) Method takes slice around position of a specific target.Leaderboard.find(long target) Method finds entry row of specified target.default List<LeaderboardRow>Leaderboard.slice(int from, int limit) Method calculates and returns slice of current situation in leaderboard.Leaderboard.slice(int from, int limit, boolean desc) Method calculates and returns slice of current situation in leaderboard. -
Uses of LeaderboardRow in fo.nya.leaderboard.implementation
Methods in fo.nya.leaderboard.implementation that return types with arguments of type LeaderboardRowModifier and TypeMethodDescriptionSkipListLeaderboard.around(long target, int up, int down, boolean desc) Method takes slice around position of a specific target.SkipListLeaderboard.find(long target) Method finds entry row of specified target.SkipListLeaderboard.slice(int from, int limit, boolean desc) Method calculates and returns slice of current situation in leaderboard.