InternedString

class InternedString(id: Long) : GcRoot

An interned string, see java.lang.String.intern.

Constructors

InternedString
Link copied to clipboard
fun InternedString(id: Long)

Properties

id
Link copied to clipboard
open override val id: Long

The object id of the object that this gc root references.