Package | Description |
---|---|
com.caucho.util |
Assorted utilities
|
Modifier and Type | Method and Description |
---|---|
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.
|