Expand description
Implementation of Ordered that uses an ordered map internally to map translated keys to arbitrary values. Beyond the standard Unordered implementation, this variant adds the capability to retrieve values associated with both next and previous translated keys of a given key. There is no ordering guarantee provided over the values associated with each key. Ordering applies only to the translated key space.