public final class SemVersion extends Object
SemVersion(int major, int minor, int patch)
int
getMajor()
getMinor()
getPatch()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public SemVersion(int major, int minor, int patch)
public int getMajor()
public int getMinor()
public int getPatch()
public String toString()
toString
Object
Copyright © 2020. All rights reserved.