25262728293031
private Set<FreeCellLayout> currentLayouts = Sets.newHashSet(); private int iterationCounter = 1; private Game(int msGame) { deck.msShuffle(msGame); currentLayouts.add(new FreeCellLayout(deck)); }