Modifier and Type | Method and Description |
---|---|
static int |
Lab0.compareTo(Range r1,
Range r2)
Compares two
Range instances by their widths. |
static int |
Lab0.contains(double x,
Range range)
Determine if a value
x is strictly inside the given
Range . |
static String |
Lab0.toString(Range r)
Returns a string representation of a
Range that is different
than the one returned by Range.toString . |