169170171172173174175
/** * Create an instance of {@link Cell } * */ public Cell createCell() { return new Cell(); }