
public final class SampleFactory extends Object implements ISampleFactory
| Modifier and Type | Method and Description |
|---|---|
void |
addSample(Class<? extends BaseSampleFragment> clz) |
int |
count() |
static ISampleFactory |
getInstance() |
BaseSampleFragment |
getSample(int index) |
public static ISampleFactory getInstance()
public void addSample(Class<? extends BaseSampleFragment> clz)
public BaseSampleFragment getSample(int index)
getSample in interface ISampleFactorypublic int count()
count in interface ISampleFactory