-
- All Implemented Interfaces:
-
android.os.Parcelable.Creator
public class Tournament.CREATOR implements Parcelable.Creator<Tournament>
-
-
Field Summary
Fields Modifier and Type Field Description public final static Tournament.CREATORINSTANCE
-
Method Summary
Modifier and Type Method Description TournamentcreateFromParcel(Parcel parcel)Array<Tournament>newArray(Integer size)-
-
Method Detail
-
createFromParcel
Tournament createFromParcel(Parcel parcel)
-
newArray
Array<Tournament> newArray(Integer size)
-
-
-
-