I have tried to access an element of my Arrays.asList - List, but I get an NPE.
Main Class:
public class Game { List cells = null;