To check if ArrayList contains a specific object or element, use ArrayList. contains() method . You can call contains() method on the ArrayList, with the element passed as argument to the method. contains() method returns true if the object is present in the list, else the method returns false.