Add TwoWayMap
class
#232
aleclarson
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
TwoWayMap
class extends the built-in Map class to provide bi-directional key-value lookups. It allows efficient retrieval of values by keys and keys by values.Functionality
Implementation
Limitations
Use Cases
Ideal for scenarios requiring frequent lookups in both directions, such as:
Beta Was this translation helpful? Give feedback.
All reactions