-
- All Implemented Interfaces:
-
kotlin.Comparable
public final class PreReleaseIdentifier implements Comparable<PreReleaseIdentifier>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPreReleaseIdentifier.DotSeparatedIdentifierpublic classPreReleaseIdentifier.Companion
-
Constructor Summary
Constructors Constructor Description PreReleaseIdentifier(String prefix, String identifier)PreReleaseIdentifier(String prefix, List<PreReleaseIdentifier.DotSeparatedIdentifier> segments)
-
Method Summary
-
-
Constructor Detail
-
PreReleaseIdentifier
PreReleaseIdentifier(String prefix, List<PreReleaseIdentifier.DotSeparatedIdentifier> segments)
-
-
-
-