yogendra-aurospaces / google-collections

Automatically exported from code.google.com/p/google-collections
Apache License 2.0
0 stars 0 forks source link

Missing LinkedHashBiMap #235

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would like HashBiMap to preserve the order of the elements (sort of like 
LinkedHashMap).

I was going to write it myself, but HashBiMap is final :(

Original issue reported on code.google.com by MirraJ2 on 12 Sep 2009 at 2:04

GoogleCodeExporter commented 9 years ago

Original comment by kevin...@gmail.com on 12 Sep 2009 at 2:15

GoogleCodeExporter commented 9 years ago
If an immutability is acceptable, you can use ImmutableBiMap, which does 
preserve the
insertion ordering.

Original comment by jared.l....@gmail.com on 12 Sep 2009 at 2:39

GoogleCodeExporter commented 9 years ago
yeah, that works, thanks!

Original comment by MirraJ2 on 12 Sep 2009 at 2:46