public class DemoItem
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DemoItem.DemoAnimation
A dummy item representing a piece of content.
|
Modifier and Type | Field and Description |
---|---|
static |
ITEM_MAP
A map of sample (dummy) items, by ID.
|
static java.util.List<DemoItem.DemoAnimation> |
ITEMS
An array of sample (dummy) items.
|
Constructor and Description |
---|
DemoItem() |
public static java.util.List<DemoItem.DemoAnimation> ITEMS
public staticITEM_MAP