I'm trying to make a method with which I can search for a specific integer or string in an ArrayList. I've managed to make it search for integers in an ArrayList, but when I'm trying to search for strings I can't make it work properly. Here is my code:I'm trying to make a method with which I can se