toggle menu
mockk
1.13.17
jvm
switch theme
search in API
mockk
/
io.mockk.impl.instantiation
/
RefCounterMap
Ref
Counter
Map
jvm
class
RefCounterMap
<
T
>
Members
Constructors
Ref
Counter
Map
Link copied to clipboard
jvm
constructor
(
)
Properties
counter
Link copied to clipboard
jvm
val
counter
:
WeakHashMap
<
T
,
Int
>
Functions
decrement
Ref
Cnt
Link copied to clipboard
jvm
fun
decrementRefCnt
(
cls
:
T
)
:
Boolean
increment
Ref
Cnt
Link copied to clipboard
jvm
fun
incrementRefCnt
(
cls
:
T
)
:
Boolean