StatValuePair

data class StatValuePair(key: Stat, value: Float)

Represents one key/value pair returned by the iterator

Constructors

StatValuePair
Link copied to clipboard
fun StatValuePair(key: Stat, value: Float)

Functions

component1
Link copied to clipboard
operator fun component1(): Stat
component2
Link copied to clipboard
operator fun component2(): Float
copy
Link copied to clipboard
fun copy(key: Stat, value: Float): Stats.StatValuePair
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

key
Link copied to clipboard
val key: Stat
value
Link copied to clipboard
val value: Float

Sources

jvm source
Link copied to clipboard