public class Version extends Object
Constructor and Description |
---|
Version(int major,
int minor,
int patch) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Version |
fromVersionString(String versionString) |
int |
getMajor() |
int |
hashCode() |
void |
setMajor(int major) |
String |
toString() |
Copyright © 2021. All rights reserved.