Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试过 JGraphT 它看起来很有希望,但我的问题是我的对象正在改变,我希望 Graph 将对象映射为List不通过哈希表。那么还有其他图书馆吗?或者我应该做些什么来克服它?
List
由于 JGraphT 是免费的,您可以下载源代码并对其进行修改以使用LinkedHashMap而不是默认的哈希表。