Biderctional map. Its a normal map but by using the reverse property it is possible to perform lookups in the "reverse" direction.
Optional
See Map
If key exists returns the existing value. Otherwise factory is called and the resulting value is added to the key.
Key to check for value
Factory which creates value if key does not exist in map.
value for key
Biderctional map. Its a normal map but by using the reverse property it is possible to perform lookups in the "reverse" direction.