public class VersionUtils
extends java.lang.Object
| Constructor and Description |
|---|
VersionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
compareVersions(java.lang.String v0,
java.lang.String v1)
Compare the given semantic version numbers.
|
public static int compareVersions(java.lang.String v0,
java.lang.String v1)
v0 - The first version numberv1 - The second version numberCopyright © 2022. All Rights Reserved.