Uses of Class
com.caucho.util.TimeInterval.Comparison

Packages that use TimeInterval.Comparison
com.caucho.util Assorted utilities 
 

Uses of TimeInterval.Comparison in com.caucho.util
 

Methods in com.caucho.util that return TimeInterval.Comparison
 TimeInterval.Comparison TimeIntervalElement.compareWith(TimeInterval other)
           
static TimeInterval.Comparison TimeInterval.Comparison.comparison(TimeInterval a, TimeInterval b)
          Provides a comparsion of two time intervals.
static TimeInterval.Comparison TimeInterval.Comparison.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TimeInterval.Comparison[] TimeInterval.Comparison.values()
          Returns an array containing the constants of this enum type, in the order they are declared.