My main objective is to return if all elements, int[ ], of a 2D Array ,int[ ][ ], are present in another 2D Array. I already tried to use Arrays.deepEquals() but in this case, the order of the elements would matter and that’s not the purpose. Int[ ][ ] arrays wouldn’t be longer than 15, for example. Int[ ][ ]