The ADT list method remove removes from the list the entry at a given position. Suppose that the ADT list has another method remove that removes a given entry from the list. Write specifications for such a method. What does your method do if the list contains duplicate entries?