private static class PassageTally.TalliedVerse extends Object implements Comparable<PassageTally.TalliedVerse>
| Modifier and Type | Field and Description |
|---|---|
protected int |
ord
The verse id
|
protected int |
tally
The rank of the verse
|
| Modifier | Constructor and Description |
|---|---|
protected |
PassageTally.TalliedVerse(int ord,
int tally)
Convenience ctor to set the public variables
|
protected PassageTally.TalliedVerse(int ord,
int tally)
ord - the verse idtally - the rank of the versepublic int compareTo(PassageTally.TalliedVerse that)
compareTo in interface Comparable<PassageTally.TalliedVerse>