| Package | Description |
|---|---|
| com.peterphi.std.types |
| Modifier and Type | Field and Description |
|---|---|
static Version |
Version.MAX_VALUE |
static Version |
Version.MIN_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static Version |
Version.parseStringComparable(java.lang.String version) |
| Modifier and Type | Method and Description |
|---|---|
int |
Version.compareTo(Version vers) |
static boolean |
Version.overlapping(Version min1,
Version max1,
Version min2,
Version max2)
Determines if 2 version ranges have any overlap
|
boolean |
Version.within(Version min,
Version max)
Tests (inclusively) whether this version is within a given range
|
Copyright © 2014. All Rights Reserved.