public class HighScoreEntry
extends java.lang.Object
HighScores
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name
The performer's name.
|
int |
score
The performer's s
|
Modifier | Constructor and Description |
---|---|
protected |
HighScoreEntry(HighScores parent) |
Modifier and Type | Method and Description |
---|---|
int |
getRank()
Get the rank of this Entry in the HighScores table.
|
public java.lang.String name
public int score
protected HighScoreEntry(HighScores parent)