| Package | Description |
|---|---|
| at.mug.iqm.api.operator |
| Modifier and Type | Method and Description |
|---|---|
Range |
Range.intersect(Range range)
Returns the intersection of this
Range with the
given Range. |
Range[] |
Range.subtract(Range range)
Returns the
Range of values that are in this
Range but not in the given Range. |
Range |
Range.union(Range range)
Returns the union of this
Range with the given
Range. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Range.contains(Range range)
Returns true if the supplied
Range is fully contained
within this Range. |
Range |
Range.intersect(Range range)
Returns the intersection of this
Range with the
given Range. |
boolean |
Range.intersects(Range range)
Returns true if this
Range intersects the
given Range. |
Range[] |
Range.subtract(Range range)
Returns the
Range of values that are in this
Range but not in the given Range. |
Range |
Range.union(Range range)
Returns the union of this
Range with the given
Range. |
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.