| Package | Description |
|---|---|
| net.time4j |
The main package contains four basic types of ISO-8601, namely
PlainDate, PlainTime, PlainTimestamp
and Moment. |
| net.time4j.format |
Defines common interfaces for any format support of Time4J.
|
| Class and Description |
|---|
| CalendarType
This
Annotation can be used to mark all types of ChronoEntity
which need formatted representations and access to text resources dependent on
a calendar system. |
| ChronoPattern
Allows a flexible interpretation of symbols in format patterns.
|
| DisplayMode
Defines how many details will be displayed in chronological texts.
|
| FormatEngine
This SPI-interface allows the creation of temporal formats via a builder-approach.
|
| OutputContext
Determines in which output context the formatting is to be performed.
|
| TemporalFormatter
Generic facade for any temporal/chronological format object which can print temporal objects to text
or parse texts to temporal objects.
|
| TextWidth
Defines the width of a formatted output of chronological element values
as text.
|
| Class and 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.
|
| ChronoPattern
Allows a flexible interpretation of symbols in format patterns.
|
| DisplayMode
Defines how many details will be displayed in chronological texts.
|
| FormatEngine
This SPI-interface allows the creation of temporal formats via a builder-approach.
|
| Leniency
Defines how lenient parsing of chronological texts should be.
|
| NumberSymbolProvider
This SPI-interface enables the access to localized
number properties like zero digits and is instantiated via a
ServiceLoader-mechanism. |
| NumberType
Defines the number type.
|
| OutputContext
Determines in which output context the formatting is to be performed.
|
| PluralCategory
Enumeration of CLDR plural categories.
|
| PluralRules
Helps to determine the plural category for a given number of units.
|
| RawValues
Stores any kind of raw values as
ChronoDisplay. |
| TemporalFormatter
Generic facade for any temporal/chronological format object which can print temporal objects to text
or parse texts to temporal objects.
|
| TextAccessor
Supplies an access to the internal name list of an enum-based
element value.
|
| TextWidth
Defines the width of a formatted output of chronological element values
as text.
|
| UnitPatternProvider
This SPI-interface enables the access to localized
unit patterns and is instantiated via a
ServiceLoader-mechanism. |
Copyright © 2014–2015. All rights reserved.