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.
我想在java中实现一个图形数据结构来维护一个对象图。我应该如何实现这一目标?是否有现成的图书馆可以提供帮助?
Is there a readily available library which could help?
DSL是 Java 中的数据结构库
JGraphT是一个免费的 Java 图形库,提供数学图形理论对象和算法。
JUNG是 Java 通用网络/图形框架
荣格 图
阅读这篇文章可能会对您有所帮助javax.swing.tree.TreeModel