문제

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