public static final class Version.Identifier extends Object implements Comparable<Version.Identifier>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Version.Identifier o) |
boolean |
equals(Object o) |
static Version.Identifier |
fromString(String identifier) |
String |
getIdentifier() |
int |
hashCode() |
boolean |
isNumeric() |
String |
toString() |
public static Version.Identifier fromString(String identifier)
public String getIdentifier()
public boolean isNumeric()
public int compareTo(Version.Identifier o)
compareTo in interface Comparable<Version.Identifier>Copyright © 2016. All rights reserved.