Skip navigation links


Uses of Class
org.apache.myfaces.trinidad.context.Version

Packages that use Version
org.apache.myfaces.trinidad.context   

 

Uses of Version in org.apache.myfaces.trinidad.context

 

Fields in org.apache.myfaces.trinidad.context declared as Version
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.

 

Fields in org.apache.myfaces.trinidad.context with type parameters of type Version
static Range<Version> Version.ALL_VERSIONS
          A range of versions from MIN_VERSION to MAX_VERSION.

 

Methods in org.apache.myfaces.trinidad.context that return Version
 Version Version.toMaximumVersion()
          Converts this Version to an equivalent "maximum" instance.
 Version Version.toMinimumVersion()
          Converts this Version to an equivalent "minimum" instance.

 

Methods in org.apache.myfaces.trinidad.context with parameters of type Version
 int Version.compareTo(Version otherVersion)
          When comparing Versions, each version subsection is compared from left to right.

 


Skip navigation links


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.