| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| net.time4j.format |
Defines common interfaces for any format support of Time4J.
|
| net.time4j.format.expert |
This package contains the expert-level format- and parse engine of Time4J.
|
| net.time4j.format.platform |
Temporal formatters which access the platform specific resources.
|
| Modifier and Type | Method and Description |
|---|---|
static JapaneseCalendar |
JapaneseCalendar.of(Nengo nengo,
int yearOfNengo,
EastAsianMonth month,
int dayOfMonth,
Leniency leniency)
Creates a new instance of a Japanese calendar date.
|
| Modifier and Type | Field and Description |
|---|---|
static AttributeKey<Leniency> |
Attributes.LENIENCY
Attribute which controls the leniency in parsing.
|
| Modifier and Type | Method and Description |
|---|---|
static Leniency |
Leniency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Leniency[] |
Leniency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<V extends Enum<V>> |
TextAccessor.parse(CharSequence parseable,
ParsePosition status,
Class<V> valueType,
Leniency leniency)
Interpretes given text form as enum-based element value.
|
int |
NumberSystem.toInteger(String numeral,
Leniency leniency)
Converts given text numeral to an integer.
|
TemporalFormatter<T> |
TemporalFormatter.with(Leniency leniency)
Sets the leniency mode.
|
| Modifier and Type | Method and Description |
|---|---|
ChronoFormatter<T> |
ChronoFormatter.with(Leniency leniency) |
| Modifier and Type | Method and Description |
|---|---|
TemporalFormatter<T> |
SimpleFormatter.with(Leniency leniency) |
Copyright © 2014–2021. All rights reserved.