Open source Java Data Structures Reference needed [closed]
开发者_如何学运维
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionThe link http://download.oracle.com/javase/6/docs/api/java/util/concurrent/package-summary.html describes several interesting data structures like concurrent skip-list. Is there any known reliable open source representation of these?
You can have a look at the EDU.oswego.cs.dl.util.concurrent
package upon which those classes are based (although this library is in maintenance mode only now).
Of course, you can also have a look at the OpenJDK source for a more recent version.
精彩评论