Closed GoogleCodeExporter closed 8 years ago
Original comment by kevin...@gmail.com
on 30 Oct 2009 at 4:00
As a workaround, you could create a TreeMap and pass it to
ImmutableBiMap.copyOf(),
which maintains the iteration order. All views of the resulting BiMap would be
ordered according to the natural ordering of the keys.
Original comment by jared.l....@gmail.com
on 30 Oct 2009 at 4:47
caveat: that's as long as the ordering is consistent with equals(), as
ImmutableBiMap
will collapse equal() elements.
Original comment by kevin...@gmail.com
on 30 Oct 2009 at 4:51
Original issue reported on code.google.com by
kkazmier...@gmail.com
on 30 Oct 2009 at 2:55