|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interval | |
---|---|
de.jaret.util.date | This package contains utility classes and interfaces for handling dates. |
Uses of Interval in de.jaret.util.date |
---|
Classes in de.jaret.util.date that implement Interval | |
---|---|
class |
Event
Extension of the interval implementation forming a single point in time. |
class |
IntervalImpl
Simple Implementation of an interval. |
Methods in de.jaret.util.date with parameters of type Interval | |
---|---|
boolean |
IntervalImpl.contains(Interval interval)
Checks whether an interval is completely contained in the interval. |
boolean |
Interval.contains(Interval interval)
Checks whether an interval is completely contained in the interval. |
static boolean |
IntervalImpl.containsNonIncluding(Interval interval,
JaretDate date)
Check whether a given date is contained in the interval not including the exact boundaries. |
static boolean |
IntervalImpl.containsStatic(Interval interval,
JaretDate date)
Static helper, check whether a dat eis included in an interval. |
static boolean |
IntervalImpl.intersect(Interval i1,
Interval i2)
Helper method determing if two intervals intersect. |
static boolean |
IntervalImpl.intersectNonIncluding(Interval i1,
Interval i2)
Static helper method, check intersection not including the interval edges. |
boolean |
IntervalImpl.intersects(Interval interval)
Check whether this intersects the given interval. |
boolean |
Interval.intersects(Interval interval)
Check whether this intersects the given interval. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |