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 Range
public Comparable getLowEndPoint()
getLowEndPoint
in interface Range
public Comparable getHighEndPoint()
getHighEndPoint
in interface Range
public Range.RangeBoundary getHighBoundary()
getHighBoundary
in interface Range
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.