hunt-extra v1.0.11 (2021-05-17T06:05:46Z)
Home
Dub
Repo
LinkedMultiValueMap.opApply
hunt
collection
LinkedMultiValueMap
LinkedMultiValueMap
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(ref K, ref List!(V)) dg)
class
LinkedMultiValueMap
(K, V)
int
opApply
(
scope
int
delegate
(
ref
K
,
ref
List
!(
V
)
)
dg
)
int
opApply
(int delegate(MapEntry!(K, List!(V)) entry) dg)
Meta
Source
See Implementation
hunt
collection
LinkedMultiValueMap
LinkedMultiValueMap
constructors
this
functions
add
addAll
byKey
byValue
clear
containsKey
containsValue
deepCopy
get
getFirst
isEmpty
opApply
opEquals
opIndex
put
putAll
putIfAbsent
remove
replace
set
setAll
size
toHash
toSingleValueMap
toString
values
mixins
__anonymous