Companion

object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The pattern recognizing the textual representation of an Integer. See Struct for parsing helpers.

Link copied to clipboard

Functions

Link copied to clipboard
fun of(integer: Byte): Integer
fun of(integer: Int): Integer
fun of(integer: Long): Integer
fun of(integer: Short): Integer
fun of(integer: BigInteger): Integer

Creates an Integer with the given integer value.

fun of(integer: String): Integer

Parses integer (in base 10) into an Integer.

fun of(integer: String, radix: Int): Integer

Parses integer, expressed in the given radix, into an Integer.