I'm currently learning java collection. I have been shown a class hierarchy diagram of Set
interface and its sub-interfaces and concrete implementation classes.
No explanation was provided for the meaning of solid line arrow and dotted line arrow.
Using my own judgement, I assumed that solid line arrow means extends, and dotted line arrow means implements, but is my assumption correct?
Is there any official documentation for meaning and usage of such symbols?