JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.cyclos.model.utils
Interface Range<T>
All Known Subinterfaces:
ICurrencyAmountRange
,
IDecimalRange
,
IIntegerRange
All Known Implementing Classes:
CurrencyAmountRange
,
CurrencyAmountRangeDTO
,
DateRange
,
DecimalRange
,
DecimalRangeDTO
,
IntegerRange
,
IntegerRangeDTO
public interface
Range<T>
Common interface for ranges
Author:
luis
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
getMax
()
T
getMin
()
Method Detail
getMax
T
getMax()
getMin
T
getMin()
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method