public class Version extends Object
| Constructor and Description |
|---|
Version(String version)
Initializes the Version
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getPart(int index)
Returns a part of the version
|
int |
hashCode() |
String |
toString() |
public Version(String version)
version - A string representing a versionCopyright © 2019. All rights reserved.