Sybex :
Java 8 OCA/OCP Practice Tests Chapter 13 question 4 typo in explanation
page 497
4. B. Java talks about the collections framework, but the Map interface does not actually implement the Collection interface.
TreeMap has different methods than ArrayDeque and TreeSet. It cannot fill in the blank, so Option B is correct.
It should be Map interface does not extends the Collection interface (instead of implements)
by alinvlad05