|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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_VERSIONSA 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
|
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
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.