Uses of Class
fleXplorer.Types.Limit

Packages that use Limit
fleXplorer.Types   
 

Uses of Limit in fleXplorer.Types
 

Methods in fleXplorer.Types that return Limit
 Limit<Type> Limit.lower(boolean closed, Type value)
          Constructs and returns a lower Limit of an Interval.
 Limit<Type> Limit.upper(boolean closed, Type value)
          Constructs and returns a upper Limit of an Interval.
 

Methods in fleXplorer.Types with parameters of type Limit
 int Limit.compareTo(Limit<Type> another)
          Compares this Limit with the specified Limit for order, according their values.