| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.document.util |
| Modifier and Type | Method and Description |
|---|---|
TimeInterval |
TimeInterval.notEarlierThan(long timestampMs)
Shortens the interval to the specified start value, if is contained in
the interval.
|
TimeInterval |
TimeInterval.notLaterThan(long timestampMs)
Shortens the interval to the specified end value, if is contained in the
interval.
|
TimeInterval |
TimeInterval.startAndDuration(long durationMs)
Returns a new interval starting at the previous time, but ending after
the specified duration.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.