|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Result | |
---|---|
de.palmmedia.yahtzee | |
de.palmmedia.yahtzee.data |
Uses of Result in de.palmmedia.yahtzee |
---|
Fields in de.palmmedia.yahtzee with type parameters of type Result | |
---|---|
private static List<Result> |
Globals.results
The list of highscores. |
Methods in de.palmmedia.yahtzee that return types with arguments of type Result | |
---|---|
static List<Result> |
Globals.getResults()
|
Method parameters in de.palmmedia.yahtzee with type arguments of type Result | |
---|---|
static void |
Globals.setResults(List<Result> results)
|
private void |
Results.showResults(List<Result> results)
Fills the results table. |
Uses of Result in de.palmmedia.yahtzee.data |
---|
Methods in de.palmmedia.yahtzee.data that return types with arguments of type Result | |
---|---|
List<Result> |
DataRepository.getHighscores()
Get the highscores. |
Methods in de.palmmedia.yahtzee.data with parameters of type Result | |
---|---|
int |
Result.compareTo(Result another)
|
Method parameters in de.palmmedia.yahtzee.data with type arguments of type Result | |
---|---|
void |
DataRepository.addHighscores(List<Result> highscores)
Saves the highscores. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |