Package | Description |
---|---|
org.apache.myfaces.trinidad.context |
Modifier and Type | Field and Description |
---|---|
static Version |
Version.MAX_VERSION
A constant value holding a maximum upper bound for versions.
|
static Version |
Version.MIN_VERSION
A constant value holding the minimum value a version can have: 0.
|
Modifier and Type | Field and Description |
---|---|
static Range<Version> |
Version.ALL_VERSIONS
A range of versions from MIN_VERSION to MAX_VERSION.
|
Modifier and Type | Method and Description |
---|---|
Version |
Version.toMaximumVersion()
Converts this Version to an equivalent "maximum" instance.
|
Version |
Version.toMinimumVersion()
Converts this Version to an equivalent "minimum" instance.
|
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version otherVersion)
When comparing Versions, each version
subsection is compared from left to right.
|
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.