Which collection class associates values witch keys, and orders the keys according to their natural order ?

Which collection class associates values witch keys, and orders the keys according to their natural order ?

A. java.util.LinkedList
B. java.util.TreeMap
C. java.util.SortedSet
D. java.util.HashSet