Skip navigation links


Uses of Class
org.apache.myfaces.trinidad.util.Range

Packages that use Range
org.apache.myfaces.trinidad.context   
org.apache.myfaces.trinidad.util   

 

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

 

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

 

Uses of Range in org.apache.myfaces.trinidad.util

 

Methods in org.apache.myfaces.trinidad.util that return Range
static
<C extends Comparable>
Range<C>
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<C>
Range.of(C start, C end)
          Returns a new range consisting of the specified start and end points.

 

Methods in org.apache.myfaces.trinidad.util with parameters of type 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.

 


Skip navigation links


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