Package | Description |
---|---|
com.jalios.util |
Contains Jalios utility classes (Unix-like crypt class, RSS parser,
mail utility, servlet utility, comparators and miscellaneous utility
static methods).
|
Modifier and Type | Method and Description |
---|---|
int |
Interval.compareTo(Interval interval) |
void |
Interval.merge(Interval interval)
merge two interval which overlaps in one
|
boolean |
Interval.overlapWith(Interval other)
Indicates if the two interval overlaps or not (greedy overlap @see
DateUtil.overlapWith(Date, Date, Date, Date, boolean) |
boolean |
Interval.overlapWith(Interval other,
boolean greedy)
Indicates if the two interval overlaps or not (greedy overlap @see
DateUtil.overlapWith(Date, Date, Date, Date, boolean) |
Constructor and Description |
---|
Interval(Interval interval) |
Copyright © 2001-2010 Jalios SA. All Rights Reserved.