Uses of Class
org.threeten.bp.chrono.HijrahEra
-
Packages that use HijrahEra Package Description org.threeten.bp.chrono Support for calendar systems other than the default ISO. -
-
Uses of HijrahEra in org.threeten.bp.chrono
Methods in org.threeten.bp.chrono that return HijrahEra Modifier and Type Method Description HijrahEraHijrahChronology. eraOf(int eraValue)HijrahEraHijrahDate. getEra()static HijrahEraHijrahEra. of(int hijrahEra)Obtains an instance ofHijrahErafrom a value.static HijrahEraHijrahEra. valueOf(String name)Returns the enum constant of this type with the specified name.static HijrahEra[]HijrahEra. values()Returns an array containing the constants of this enum type, in the order they are declared.
-