Flutter
quiver.collection
BiMap
<
K
,
V
>
BiMap factory constructor
BiMap
BiMap class
Constructors
BiMap
Properties
inverse
entries
hashCode
isEmpty
isNotEmpty
keys
length
runtimeType
values
Methods
replace
addAll
addEntries
cast
clear
containsKey
containsValue
forEach
map
noSuchMethod
putIfAbsent
remove
removeWhere
toString
update
updateAll
Operators
operator []=
operator ==
operator []
BiMap<
K
,
V
> constructor
BiMap<
K
,
V
>
(
)
Creates a BiMap instance with the default implementation.
Implementation
factory BiMap() => new HashBiMap();