|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interval | |
---|---|
com.jalios.util | Contains Jalios utility classes (Unix-like crypt class, RSS parser, mail utility, servlet utility, comparators and miscellaneous utility static methods). |
Uses of Interval in com.jalios.util |
---|
Methods in com.jalios.util with parameters of type Interval | |
---|---|
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) |
Constructors in com.jalios.util with parameters of type Interval | |
---|---|
Interval(Interval interval)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |