Uses of Class
org.swtpra1.Leaderboard.LeaderboardEntry
-
Packages that use Leaderboard.LeaderboardEntry Package Description org.swtpra1 Namespace for all java classes for the group "swtpra1" of the "Softwaretechnikpraktikum WS20/21" at the Universität Paderborn. -
-
Uses of Leaderboard.LeaderboardEntry in org.swtpra1
Methods in org.swtpra1 that return types with arguments of type Leaderboard.LeaderboardEntry Modifier and Type Method Description static java.util.List<Leaderboard.LeaderboardEntry>
Leaderboard. getLeaderboard()
Returns the Leaderboard entries in arbitrary order.static java.util.List<Leaderboard.LeaderboardEntry>
Leaderboard. getLeaderboardSortedByName()
Returns the Leaderboard entries sorted by players name.static java.util.List<Leaderboard.LeaderboardEntry>
Leaderboard. getLeaderboardSortedByWins()
Returns the leaderboard entries sorted by their wins.
-