public class MyFactory extends Object
Constructor and Description |
---|
MyFactory() |
Modifier and Type | Method and Description |
---|---|
static MyGroup |
newMyGroup(String base,
int length) |
static List<MyGroup> |
newMyGroupList(String base,
int length,
int nbItemPerGroup) |
static MyItem |
newMyItem(String base) |
static List<MyItem> |
newMyItemList(String base,
int length) |
Copyright © 2015. All rights reserved.