Uses of Enum
org.threeten.extra.Half
Packages that use Half
-
Uses of Half in org.threeten.extra
Methods in org.threeten.extra that return HalfModifier and TypeMethodDescriptionstatic HalfHalf.from(TemporalAccessor temporal) Obtains an instance ofHalffrom a temporal object.YearHalf.getHalf()Gets the half-of-year field using theHalfenum.Half.minus(long halves) Returns the half that is the specified number of halves before this one.static HalfHalf.of(int halfOfYear) Obtains an instance ofHalffrom anintvalue.static HalfHalf.ofMonth(int monthOfYear) Obtains an instance ofHalffrom a month-of-year.Half.plus(long halves) Returns the half that is the specified number of halves after this one.static HalfReturns the enum constant of this type with the specified name.static Half[]Half.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.threeten.extra with parameters of type Half