public class Version extends Object implements Comparable<Version>
Features:
-' (hyphen) and '.' (dot) separators,1.0alpha1 => [1, 0, alpha, 1]alpha or abeta or bmilestone or mrc or crsnapshot(the empty string) or ga or finalsp| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Version o) |
boolean |
equals(Object o) |
static Version |
get(String version) |
String |
getCanonical() |
int |
hashCode() |
void |
parseVersion(String version) |
String |
toString() |
Copyright © 2017. All rights reserved.