Class ValueBound<U extends Comparable<? super U>>
java.lang.Object
org.apache.groovy.ginq.provider.collection.runtime.ValueBound<U>
- All Implemented Interfaces:
- Serializable
Represents value bounds of window frame
- Since:
- 4.0.0
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionValueBound(U lower, U upper) Construct a new ValueBound instance with lower and upper frame bounds
- 
Method Summary
- 
Constructor Details- 
ValueBoundConstruct a new ValueBound instance with lower and upper frame bounds- Parameters:
- lower- the lower frame bound
- upper- the upper frame bound
- Since:
- 4.0.0
 
 
- 
- 
Method Details- 
getLowerReturns the lower frame bound- Returns:
- the lower frame bound
- Since:
- 4.0.0
 
- 
getUpperReturns the upper frame bound- Returns:
- the upper frame bound
- Since:
- 4.0.0
 
 
-