表示两个或多个因素之间的直接或反向关系的最佳 Guava (Google) 集合 API 是什么?

发布于 2024-10-31 02:31:37 字数 87 浏览 0 评论 0原文

BiMap 确实有逆方法,但我不确定它是否是解决该问题的正确集合。有人可以建议替代方法或收集/方法吗?举个例子会很有帮助。

提前致谢。 普拉卡什

BiMap do have inverse method but I am not sure it is a right collection to use for the problem. Can someone please suggest alternative approach or collection/method? An example would be helpful.

Thanks in advance.
Prakash

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

微暖i 2024-11-07 02:31:37

您能否展示一个简单的代码示例来说明如何使用这种数据结构?

键/值应该是唯一的吗?在这种情况下,BiMap 听起来不错。

如果键/值不唯一,您需要某种“BiMultimap”(也称为“图表”),如本 番石榴讨论线程。 Google 还没有开源他们自己的内部 BiMultimap。

如果您想要图表,您可能需要查看 JUNGFlexigraph,如帖子中所述。

Could you show a simple code sample of how you would use such a data structure?

Should keys / values be unique? In this case, BiMap sounds about right.

If keys / values are not unique, you want some kind of "BiMultimap" (also called a "graph"), as discussed in this Guava discussion thread. Google has not (yet?) open sourced their own internal BiMultimap.

If you want a graph, you might want to look at JUNG or Flexigraph, as discussed in the thread.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文