Override the equals and hashCode methods in your Team object, using the team name to check for equality. From there you can check your list using the contains() method specified in List to see if it...