ShortRef

class ShortRef(var value: Short = 0)

Constructors

Link copied to clipboard
constructor(value: Short = 0)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
inline operator fun ShortRef.getValue(thisRef: Any?, property: KProperty<*>): Short
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
inline operator fun ShortRef.setValue(thisRef: Any?, property: KProperty<*>, value: Short)
Link copied to clipboard
open override fun toString(): String