Why Java Collection Framework doesn’t contain Tree and Graph
I am wondering why the Framework doesn’t contain structures as Tree and Graph which are basic collections. Both can be regarded as sub types of Collection. This is a good question. I think it simply boils down to scoping. The core features that Collections API provides classes for are: iteration order: Lists and sorted maps … Read more