| Package | Description |
|---|---|
| io.atomix.utils |
Provides utility classes and interfaces used throughout Atomix projects.
|
| Modifier and Type | Method and Description |
|---|---|
static Version |
Version.from(int major,
int minor,
int patch,
java.lang.String build)
Returns a new version from the given parts.
|
static Version |
Version.from(java.lang.String version)
Returns a new version from the given version string.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Version.compareTo(Version that) |
Copyright © 2013-2018. All Rights Reserved.