361362363364365366367
/** * Create an instance of {@link List } * */ public List createList() { return new List(); }