| Package | Description |
|---|---|
| com.buckosoft.fibs.domain |
Domain objects
|
| Modifier and Type | Method and Description |
|---|---|
WinLoss |
Player.getWinLoss()
Return a string of your won/loss record against this player.
|
| Modifier and Type | Method and Description |
|---|---|
int |
WinLoss.compareTo(WinLoss o)
Compare the value of this WinLoss with that one.
|