V - generic type of element valuesT - generic type of target entity an operator is applied topublic interface StdCalendarElement<V,T> extends ChronoElement<V>
Extends a chronological element by some standard ways of manipulation.
| Modifier and Type | Method and Description |
|---|---|
ChronoOperator<T> |
atCeiling()
Rounds up an entity by setting all child elements to maximum.
|
ChronoOperator<T> |
atFloor()
Rounds down an entity by setting all child elements to minimum.
|
ChronoOperator<T> |
decremented()
Adjusts any local entity such that this element gets the previous value.
|
ChronoOperator<T> |
incremented()
Adjusts any local entity such that this element gets the next value.
|
ChronoOperator<T> |
maximized()
Sets any local entity to the maximum of this element.
|
ChronoOperator<T> |
minimized()
Sets any local entity to the minimum of this element.
|
compare, getDefaultMaximum, getDefaultMinimum, getSymbol, getType, isDateElement, isLenient, isTimeElement, nameChronoOperator<T> minimized()
Sets any local entity to the minimum of this element.
ChronoOperator<T> maximized()
Sets any local entity to the maximum of this element.
ChronoOperator<T> decremented()
Adjusts any local entity such that this element gets the previous value.
The operator throws a ChronoException if there is no
base unit available for this element.
ChronoOperator<T> incremented()
Adjusts any local entity such that this element gets the next value.
The operator throws a ChronoException if there is no
base unit available for this element.
ChronoOperator<T> atFloor()
Rounds down an entity by setting all child elements to minimum.
ChronoOperator<T> atCeiling()
Rounds up an entity by setting all child elements to maximum.