| Package | Description |
|---|---|
| de.iip_ecosphere.platform.support.iip_aas |
The IIP-Ecosphere AAS functions.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
Version.compare(Version version1,
Version version2)
Compares two versions considering null for both parameters and results in:
-1 : this is smaller <=> given version and this is bigger.
|
int |
Version.compareTo(Version version)
Compares two versions and results in:
-1 : this is smaller <=> given version and this is bigger.
|
static boolean |
Version.equals(Version version1,
Version version2)
Returns whether two versions are equal.
|
Copyright © 2021. All rights reserved.