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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top