Class Summary |
Range |
Abstract class used for checking if a selected value is inside the selected Range. |
RangeByte |
This class is a subclass of the Range class handling byte data. |
RangeDouble |
This class is a subclass of the Range class handling double data. |
RangeFactory |
This class is a factory class which creates a Range object for the specific data type. |
RangeFloat |
This class is a subclass of the Range class handling float data. |
RangeInt |
This class is a subclass of the Range class handling Integer data. |
RangeLong |
This class is a subclass of the Range class handling Long data. |
RangeShort |
This class is a subclass of the Range class handling Short data. |
RangeUshort |
This class is a subclass of the Range class handling unsigned short data. |