MutableInt

class MutableInt(value: Int)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
get
Link copied to clipboard
fun get(): Int
hashCode
Link copied to clipboard
open fun hashCode(): Int
inc
Link copied to clipboard
fun inc()
set
Link copied to clipboard
fun set(newValue: Int)
toString
Link copied to clipboard
open override fun toString(): String

Properties

value
Link copied to clipboard
var value: Int = 0

Sources

jvm source
Link copied to clipboard