HashBiMap<K, V> constructor

HashBiMap<K, V>()

Implementation

HashBiMap() : this._from(new HashMap(), new HashMap());