//leakcanary-repo/shark/GcRoot/InternedString
InternedString¶
[jvm]\ class InternedString(val id: Long) : GcRoot
An interned string, see java.lang.String.intern.
Constructors¶
| InternedString | [jvm] constructor(id: Long) |
Properties¶
| Name | Summary |
|---|---|
| id | [jvm] open override val id: Long The object id of the object that this gc root references. |