See: Description
| Interface | Description |
|---|---|
| ChronoParser<T> |
Interpretes a text as chronological entity.
|
| ChronoPrinter<T> |
Prints a chronological entity.
|
| Class | Description |
|---|---|
| ChronoFormatter<T extends ChronoEntity<T>> |
Represents a chronological format for the conversion between a
chronological text and the chronological value of type T.
|
| ChronoFormatter.Builder<T extends ChronoEntity<T>> |
Builder for creating a new
ChronoFormatter. |
| ElementPosition |
Represents a position information of a chronological element
with a formatted text.
|
| Iso8601Format |
Collection of predefined format objects for ISO-8601.
|
| ParseLog |
Represents a log for the current status and error informations during
parsing.
|
| Enum | Description |
|---|---|
| PatternType |
Collection of different format patterns.
|
| SignPolicy |
Determines a suitable strategy for handling numerical signs.
|
This package contains the expert-level format- and parse engine of Time4J.
Note: Originally all classes of this package were located in package net.time4j.format.
This package belongs to module "i18n" and is not part of the core of Time4J.