|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Interval | |
|---|---|
| au.gov.tas.dpiwe.mr.util | The au.gov.tas.dpiwe.mr.util package contains generally useful utility classes which, while being used to help code internal functions of the architecture, could be more widely applicable. |
| Uses of Interval in au.gov.tas.dpiwe.mr.util |
|---|
| Classes in au.gov.tas.dpiwe.mr.util that implement Interval | |
|---|---|
class |
ByteRange
The ByteRange class represents a range of byte values. |
class |
DoubleRange
The DoubleRange class represents a range of double values. |
class |
FloatRange
The FloatRange class represents a range of float values. |
class |
IntegerRange
The IntegerRange class represents a range of integer values. |
class |
LongRange
The LongRange class represents a range of long values. |
class |
ShortRange
The ShortRange class represents a range of short values. |
| Methods in au.gov.tas.dpiwe.mr.util that return Interval | |
|---|---|
static Interval |
Numbers.interval(Number input)
Changes the specified number into an Interval object, where a corresponding interval Number sublcass is known, otherwise an exception is thrown. |
static Interval |
Numbers.setUpperBound(Interval throughput,
Number input)
Changes the specified interval, or returns a copy with the upper bound changed. |
| Methods in au.gov.tas.dpiwe.mr.util with parameters of type Interval | |
|---|---|
static Interval |
Numbers.setUpperBound(Interval throughput,
Number input)
Changes the specified interval, or returns a copy with the upper bound changed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||