dwt ~dev (2021-09-28T23:59:43.584138)
Dub
Repo
Map.opApply
java
util
Map
Map
Undocumented in source.
int
opApply
(int delegate(ref Object value) dg)
int
opApply
(int delegate(ref Object key, ref Object value) dg)
interface
Map
int
opApply
(
int
delegate
(
ref
Object
key
,
ref
Object
value
)
dg
)
Meta
Source
See Implementation
java
util
Map
Map
functions
clear
containsKey
containsValue
entrySet
get
isEmpty
keySet
opApply
opEquals
put
putAll
remove
size
toHash
values
interfaces
Entry