Package types.collections.time
Interface TimeCollection<T>
- All Superinterfaces:
Collection<T>
- All Known Implementing Classes:
dateset
,datespan
,datespanset
,test
,tstzset
,tstzspan
,tstzspanset
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
default boolean
default boolean
is_over_or_after
(Object other) default boolean
is_over_or_before
(Object other) Methods inherited from interface types.collections.base.Collection
contains, is_contained_in, is_left, is_over_or_left, is_over_or_right, is_right, overlaps