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.
一意のキーと値を含む Map の使用に興味があります。.containsKey()また、 と の O(1) の複雑さを持ちたいと考えてい.containsValue()ます。私にHashBiMapは、マップとハッシュのキーと値の両方が一意であるため、この複雑さをサポートできるはずです。これは正しい仮定ですか?
.containsKey()
.containsValue()
HashBiMap