core
/
com.unciv.models.simulation
/
MutableInt
Mutable
Int
class
MutableInt
(value:
Int
)
Content copied to clipboard
Functions
Properties
Sources
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
get
Link copied to clipboard
fun
get
():
Int
Content copied to clipboard
hash
Code
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
inc
Link copied to clipboard
fun
inc
()
Content copied to clipboard
set
Link copied to clipboard
fun
set
(newValue:
Int
)
Content copied to clipboard
to
String
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
value
Link copied to clipboard
var
value
:
Int
= 0
Content copied to clipboard
Sources
jvm source
Link copied to clipboard