For a given class or interface, is there a way to see all classes or interfaces that ultimately inherit from the selected class? In other words, if I need an instance of Map, I'd like to know which concrete classes are in the library to implement that. Is this possible?
Asked
Active
Viewed 243 times
0
-
Possible duplicate of [IntelliJ IDEA jump from interface to implementing class in Java](https://stackoverflow.com/questions/5051766/intellij-idea-jump-from-interface-to-implementing-class-in-java) – Vic Oct 01 '17 at 08:28