moshi
/
com.squareup.moshi
/
LinkedHashTreeMap
/
Node
/
Node
Node
Create the header entry.
open fun
Node
()
Content copied to clipboard
Create a regular entry.
open fun
Node
(parent:
LinkedHashTreeMap.Node
<
K
,
V
>, key:
K
, hash:
Int
, next:
LinkedHashTreeMap.Node
<
K
,
V
>, prev:
LinkedHashTreeMap.Node
<
K
,
V
>)
Content copied to clipboard