Package | Description |
---|---|
com.scvngr.levelup.core.model | |
com.scvngr.levelup.core.model.factory.json |
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<Category> |
Category.CREATOR
Implements the
Parcelable interface. |
Modifier and Type | Method and Description |
---|---|
protected Parcelable.Creator<Category> |
CategoriesList.getCreator() |
Constructor and Description |
---|
CategoriesList(Collection<Category> categories)
Creates a list with a copy of the given collection.
|
Modifier and Type | Method and Description |
---|---|
protected Category |
CategoryJsonFactory.createFrom(JSONObject json) |