Question

What Abstract Datatypes should be added to OpenJDK7 ?

Was it helpful?

Solution

If you look at these two links you will see what some people feel is missing:

My favourite missing one is Bag... it is easy to implement, but annoying to have to implement it.

Mulimaps would also nice to have in the standard packages.

OTHER TIPS

I think they should stop adding new libraries to the JDK. You can easily get what you need from third-party, open-source libraries. Hopefully, with version 7 the JVM and its standard libraries will become more modular.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top