public class Version extends Object implements Comparable<Version>
Modifier and Type | Field and Description |
---|---|
static Version |
DEFAULT_VERSION |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Version o) |
boolean |
equals(Object obj) |
int |
getMajorVersion() |
static Version |
getVersion(String version) |
int |
hashCode() |
String |
toString() |
public static Version DEFAULT_VERSION
public int getMajorVersion()
public int compareTo(Version o)
compareTo
in interface Comparable<Version>
Copyright © 2019. All rights reserved.