private Cell[][] cells; /** the board containing 10 x 10 cells. * create a new sequence board and maps each card in {@code allCards} to each cell in this board. The second * parameter * @param ...
Currently, ArrayList<E> stores its elements in an Array<E?> to reflect that the array is "oversized" i.e. bigger than the length of the list. This has the side-effect of preventing the Array from ...