fork-util
0.1.0-alpha
jvm
fork-util
/
net.peanuuutz.fork.util.common
/
IntRef
Int
Ref
class
IntRef
(
var
value
:
Int
=
0
)
Members
Members & Extensions
Constructors
Int
Ref
Link copied to clipboard
constructor
(
value
:
Int
=
0
)
Properties
value
Link copied to clipboard
var
value
:
Int
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Value
Link copied to clipboard
inline operator
fun
IntRef
.
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
Int
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
set
Value
Link copied to clipboard
inline operator
fun
IntRef
.
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
Int
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String