单项选择题

Java中,Collection中保留两个集合中交集元素的方法是()

A.addAll()
B.removeAll()
C.retainAll()
D.containsAll()