Package net.time4j.calendar.hindu
Interface AdjustableTextElement<V extends HinduPrimitive>
- Type Parameters:
V
- generic type of element values, either month or day-of-month
- All Superinterfaces:
ChronoElement<V>
,Comparator<ChronoDisplay>
,TextElement<V>
Extends a chronological element by some standard ways of manipulation.
- Since:
- 5.6
- Author:
- Meno Hochschild
-
Method Summary
Modifier and TypeMethodDescriptiondefault ChronoOperator<HinduCalendar>
Sets the Hindu calendar date to the maximum of this element.default ChronoOperator<HinduCalendar>
Sets the Hindu calendar date to the minimum of this element.Methods inherited from interface net.time4j.engine.ChronoElement
compare, getDefaultMaximum, getDefaultMinimum, getDisplayName, getSymbol, getType, isDateElement, isLenient, isTimeElement, name
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
Methods inherited from interface net.time4j.format.TextElement
parse, print
-
Method Details
-
minimized
Sets the Hindu calendar date to the minimum of this element.
- Returns:
- ChronoOperator
-
maximized
Sets the Hindu calendar date to the maximum of this element.
- Returns:
- ChronoOperator
-