public class Version extends Object implements Comparable<Version>, Serializable
public Version(String version)
version - versionIllegalStateException - if there are more than three numbers or less than 1NumberFormatException - if any of the number is not valid integerpublic int compareTo(Version otherVersion)
compareTo in interface Comparable<Version>Copyright © 2010-2025 Qcadoo Limited