| Package | Description | 
|---|---|
| org.apache.myfaces.trinidad.context | |
| org.apache.myfaces.trinidad.util | 
| Modifier and Type | Field and Description | 
|---|---|
| static Range<Version> | Version. ALL_VERSIONSA range of versions from MIN_VERSION to MAX_VERSION. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <C extends Comparable>  | Range. emptyRange()Returns an empty range. | 
| Range<C> | Range. intersect(Range<C> otherRange)Computes the intersection of the this range with another range
 and returns the result in a new Range. | 
| static <C extends Comparable>  | Range. of(C start,
  C end)Returns a new range consisting of the specified start and end points. | 
| Modifier and Type | Method and Description | 
|---|---|
| Range<C> | Range. intersect(Range<C> otherRange)Computes the intersection of the this range with another range
 and returns the result in a new Range. | 
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.