Multiple Keys to Single Value Map Java

后端 未结 4 1019
忘了有多久
忘了有多久 2020-12-03 10:47

I think my question is similar to this one: How to implement a Map with multiple keys? but with an important difference. In that question (if my understanding of it is corre

4条回答
  •  眼角桃花
    2020-12-03 11:11

    The Table data structure in Guava seems to meet you requirement of refering to a value by a pair of objects.

提交回复
热议问题