public class Matchlist extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
int | 
endIndex  | 
List<MatchReference> | 
matches  | 
int | 
startIndex  | 
int | 
totalGames  | 
| Constructor and Description | 
|---|
Matchlist(int endIndex,
         List<MatchReference> matches,
         int startIndex,
         int totalGames)  | 
public final int endIndex
public final List<MatchReference> matches
public final int startIndex
public final int totalGames
public Matchlist(int endIndex,
                 List<MatchReference> matches,
                 int startIndex,
                 int totalGames)
Copyright © 2019. All rights reserved.