Range.RangeBoundary| Constructor and Description |
|---|
RangeImpl() |
RangeImpl(Range.RangeBoundary lowBoundary,
Comparable lowEndPoint,
Comparable highEndPoint,
Range.RangeBoundary highBoundary) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Range.RangeBoundary |
getHighBoundary() |
Comparable |
getHighEndPoint() |
Range.RangeBoundary |
getLowBoundary() |
Comparable |
getLowEndPoint() |
int |
hashCode() |
Boolean |
includes(Object param) |
String |
toString() |
public RangeImpl()
public RangeImpl(Range.RangeBoundary lowBoundary, Comparable lowEndPoint, Comparable highEndPoint, Range.RangeBoundary highBoundary)
public Range.RangeBoundary getLowBoundary()
getLowBoundary in interface Rangepublic Comparable getLowEndPoint()
getLowEndPoint in interface Rangepublic Comparable getHighEndPoint()
getHighEndPoint in interface Rangepublic Range.RangeBoundary getHighBoundary()
getHighBoundary in interface RangeCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.