Coding in the small with Google Collections: BiMap
Part 13 in a Series by Jerome Mourits, Guest blogger... A BiMap is a map that supports an inverse view. If you need to map from key to value and also from value to key, then a BiMap is what you want! Note that the values of a BiMap must…