You need to store elements in a collection that guarantees that no duplicates are stored and all elements can be accessed in natural order. Which interface provides that capability?
Select one:
a. java.util.Map
b. java.util.List
c. java.util.Collection
d. java.util. Set