| Package | Description |
|---|---|
| org.apache.sis.measure |
| Modifier and Type | Class and Description |
|---|---|
class |
MeasurementRange<E extends Number & Comparable<? super E>>
A range of numbers associated with a unit of measurement.
|
class |
NumberRange<E extends Number & Comparable<? super E>>
A range of numbers capable of widening conversions when performing range operations.
|
class |
Range<E extends Comparable<? super E>>
A set of minimum and maximum values of a certain class, allowing
a user to determine if a value of the same class is contained inside the range.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.