- All Implemented Interfaces:
Iterable<Rank>
For internal use only. A list of lists.
- Since:
- 2.1.2
-
Constructor Summary
Constructors
-
Method Summary
Returns the specified rank.
int
Returns the total number or ranks.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RankList
public RankList()
-
Method Details
-
getRank
public Rank getRank(int rank)
Returns the specified rank.
- Parameters:
rank
- the row
- Returns:
- the rank
-
size
public int size()
Returns the total number or ranks.
- Returns:
- the total number of ranks
-