public interface Range
Modifier and Type | Interface and Description |
---|---|
static class |
Range.RangeBoundary |
Modifier and Type | Method and Description |
---|---|
Range.RangeBoundary |
getHighBoundary() |
Comparable |
getHighEndPoint() |
Range.RangeBoundary |
getLowBoundary() |
Comparable |
getLowEndPoint() |
Boolean |
includes(Object param) |
Range.RangeBoundary getLowBoundary()
Comparable getLowEndPoint()
Comparable getHighEndPoint()
Range.RangeBoundary getHighBoundary()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.