public class Version extends Object
| Modifier and Type | Field and Description |
|---|---|
static Version |
DEFAULT_VERSION |
int |
major |
int |
minor |
| Constructor and Description |
|---|
Version(int major,
int minor) |
Version(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(int minor,
int major) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
Copyright © 2020. All rights reserved.