public final class TestVersion extends Object implements Version
String.compareToIgnoreCase(String).| Constructor and Description |
|---|
TestVersion(String version) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Version o) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString()
Gets the original string representation of the version.
|
public TestVersion(String version)
public int compareTo(Version o)
compareTo in interface Comparable<Version>Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.