开发者

Java graph library with List of objects instead of hash tables

I've tried JGraphT It looks very promising but my problem is that my objects are 开发者_高级运维changing and I want the Graph to map objects as a List not through hash table. So is there any other library? or what I should do to overcome that ?


Since JGraphT is free you can download the source code and modify it to use a LinkedHashMap instead of the default hash table.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜