Write a Java class to create a dynamic unordered array, fill it with integer values, and implement the following methods/algorithms:
1. Find(int x, int start): This method takes two inputs - the element and the starting index. It searches the array for the element starting from the given index.