| Interface | Description |
|---|---|
| ChronoParser<T> |
Interpretes a text as chronological entity.
|
| ChronoPattern |
Allows a flexible interpretation of symbols in format patterns.
|
| ChronoPrinter<T> |
Prints a chronological entity.
|
| NumericalElement<V> |
A chronological element which allows a numerical representation.
|
| TextElement<V> |
A chronological element which can be formatted as text or can be parsed
from a text.
|
| TextProvider |
This SPI-interface enables the access to calendrical
standard text informations and will be instantiated by a
ServiceLoader-mechanism. |
| UnitPatternProvider |
This SPI-interface enables the access to localized
unit patterns and is instantiated via a
ServiceLoader-mechanism. |
| WeekdataProvider |
This SPI-interface enables the access to localized
week rules and is instantiated via a
ServiceLoader-mechanism. |
| Class | Description |
|---|---|
| Attributes |
A collection of format attributes for controlling the formatting
and parsing.
|
| Attributes.Builder |
Builds a collection of format attributes.
|
| CalendarText |
Source for localized calendrical informations on enum basis like month
or weekday names.
|
| 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.
|
| ParseLog |
Represents a log for the current status and error informations during
parsing.
|
| PluralRules |
Helps to determine the plural category for a given number of units.
|
| TextAccessor |
Supplies an access to the internal name list of an enum-based
element value.
|
| UnitPatterns |
Offers localized time unit patterns for formatting of durations.
|
| Enum | Description |
|---|---|
| DisplayMode |
Defines how many details will be displayed in chronological texts.
|
| Leniency |
Defines how lenient parsing of chronological texts should be.
|
| NumberType |
Defines the number type.
|
| OutputContext |
Determines in which output context the formatting is to be performed.
|
| PluralCategory |
Enumeration of CLDR plural categories.
|
| SignPolicy |
Determines a suitable strategy for handling numerical signs.
|
| TextWidth |
Defines the width of a formatted output of chronological element values
as text.
|
| Annotation Type | Description |
|---|---|
| CalendarType |
This
Annotation can be used to mark all types of ChronoEntity
which need formatted representations and access to text resource dependent on
a calendar system. |
Format support of Time4J.
Copyright © 2014. All rights reserved.