Lets say I have a 2D array with values called int map[][] = new int[10][10] The default values in the array are 0\'s and some values in map[][] can change to -1, -2, -3, etc.