Uses of Class
fleXplorer.Comparators.PartialComparison

Packages that use PartialComparison
fleXplorer.Comparators   
fleXplorer.Types   
 

Uses of PartialComparison in fleXplorer.Comparators
 

Methods in fleXplorer.Comparators that return PartialComparison
 PartialComparison PartialComparable.compareTo(Interval<Type> obj)
          Compares this object with the specified object for order.
static PartialComparison PartialComparison.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PartialComparison[] PartialComparison.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PartialComparison in fleXplorer.Types
 

Methods in fleXplorer.Types that return PartialComparison
 PartialComparison Interval.compareTo(Interval<Type> obj)
          Compares this object with the specified object for order.