Uses of Class
org.opencastproject.metadata.api.util.Interval
-
Packages that use Interval Package Description org.opencastproject.metadata.api org.opencastproject.metadata.api.util -
-
Uses of Interval in org.opencastproject.metadata.api
Methods in org.opencastproject.metadata.api that return types with arguments of type Interval Modifier and Type Method Description org.opencastproject.util.data.Option<Interval>StaticMetadata. getAvailable() -
Uses of Interval in org.opencastproject.metadata.api.util
Methods in org.opencastproject.metadata.api.util that return Interval Modifier and Type Method Description static IntervalInterval. boundedInterval(Date leftBound, Date rightBound)Constructor function for a bounded interval.static IntervalInterval. fromValues(Date leftBound, Date rightBound)Create an interval from two dates.static IntervalInterval. leftBoundedInterval(Date leftBound)Constructor function for a left bounded interval, i.e. an interval with an infinite right endpoint.static IntervalInterval. rightBoundedInterval(Date rightBound)Constructor function for a right bounded interval, i.e. an interval with an infinite left endpoint.
-