| Modifier and Type | Method and Description |
|---|---|
Semver.VersionDiff |
Semver.diff(Semver version)
Returns the greatest difference between 2 versions.
|
Semver.VersionDiff |
Semver.diff(String version) |
static Semver.VersionDiff |
Semver.VersionDiff.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Semver.VersionDiff[] |
Semver.VersionDiff.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.