Hi,
I have a bidimensional Object array in Java. Some indices aren´t nor used, because thei were skipped during array fill. Array looks like:
Array[0][0]
Array[0][1]
Array[0][2]
Array[1][0]
Array[1][1]
Array[1][2]
Array[3][0]
Array[3][1]
Array[3][2]
The 2 is missing, how can i rebuild the indices to make the array "correct"?