public class VersionImp extends Object implements Version
| Constructor and Description |
|---|
VersionImp(String version) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Version right) |
Integer |
getPart(int idx) |
String |
getVersion() |
public VersionImp(String version)
public String getVersion()
getVersion in interface Versionpublic int compareTo(Version right)
compareTo in interface Comparable<Version>Copyright © 2010–2019. All rights reserved.