| 程序包 | 说明 |
|---|---|
| io.polaris.core.env |
| 限定符和类型 | 方法和说明 |
|---|---|
static Version |
Versions.current() |
static Version |
Versions.of(int major,
int minor,
int patch) |
static Version |
Versions.of(String version) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
Version.after(Version another) |
boolean |
Version.afterOrEquals(Version another) |
boolean |
Version.before(Version another) |
boolean |
Version.beforeOrEquals(Version another) |
static int |
Version.compare(Version x,
Version y) |
int |
Version.compareTo(Version another) |
Copyright © 2025 fossc. All rights reserved.