one-to-many зависимости? К примеру такой Bimap<ProposalId, Vec<Item>> так, чтобы на любой Item можно было достать Vec<ProposalId> не делая это вручную?
Он в гугловой жава либе очень тупо реализовывается: >The basic implementation of BiMap is HashBiMap where internally it makes use of two Maps, one for the key to value mapping and the other for the value to key mapping.
Обсуждают сегодня