Class ValueBound<U extends Comparable<? super U>>
- java.lang.Object
-
- org.apache.groovy.ginq.provider.collection.runtime.ValueBound<U>
-
- All Implemented Interfaces:
Serializable
public class ValueBound<U extends Comparable<? super U>> extends Object
Represents value bounds of window frame- Since:
- 4.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueBound(U lower, U upper)
Construct a new ValueBound instance with lower and upper frame bounds
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T1
getLower()
Returns the lower frame boundT2
getUpper()
Returns the upper frame bound
-