Version

Constructors

Link copied to clipboard
constructor(vararg version: Int)
constructor(version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun compareTo(other: Version): Int

fun compareTo(other: Version, ignoreIdx: Int): Int

Compares this Version to other.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
fun equals(other: Version, ignoreIdx: Int): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
operator fun rangeTo(other: Version): VersionRange
Link copied to clipboard
open override fun toString(): String
fun toString(separator: String = ".", omitZeros: Boolean = false): String