RefCounterMap

class RefCounterMap<T>

Constructors

Link copied to clipboard
fun RefCounterMap()

Functions

Link copied to clipboard
fun decrementRefCnt(cls: T): Boolean
Link copied to clipboard
fun incrementRefCnt(cls: T): Boolean

Properties

Link copied to clipboard
val counter: WeakHashMap<T, Int>