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