-
- All Implemented Interfaces:
-
kotlin.Comparable
public final class KotlinKernelVersion implements Comparable<KotlinKernelVersion>
Kotlin kernel version, with full specification, Comparable implementation and serialization/deserialization
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
KotlinKernelVersion.Companion
-
Method Summary
Modifier and Type Method Description final Integer
getMajor()
final Integer
getMinor()
final Integer
getMicro()
final Integer
getBuild()
final Integer
getDev()
Integer
compareTo(KotlinKernelVersion other)
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final String
toMavenVersion()
-
-
Method Detail
-
compareTo
Integer compareTo(KotlinKernelVersion other)
-
toMavenVersion
final String toMavenVersion()
-
-
-
-