public final class ImmutableSemVersionImpl extends java.lang.Object implements SemVersion
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBuildMetadata() |
int |
getMajor() |
int |
getMinor() |
int |
getPatch() |
java.lang.String |
getPrereleaseTag() |
int |
hashCode() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcloneAsMutable, create, create, create, immutableCopyOf, parsepublic int getMajor()
getMajor in interface SemVersionpublic int getMinor()
getMinor in interface SemVersionpublic int getPatch()
getPatch in interface SemVersion@Nullable public java.lang.String getPrereleaseTag()
getPrereleaseTag in interface SemVersion@Nullable public java.lang.String getBuildMetadata()
getBuildMetadata in interface SemVersionpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object