| Package | Description |
|---|---|
| net.time4j.engine |
Defines the common generic schemes and interfaces of chronological
systems.
|
| net.time4j.format |
Format support of Time4J.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TimeAxis<U,T extends TimePoint<U,T>>
A time axis is a dynamic view on a chronology where a system of
registered time units is used to define a time arithmetic for any
time points belonging to this time axis respective chronology.
|
| Modifier and Type | Method and Description |
|---|---|
Chronology<T> |
Chronology.Builder.build()
Finishes the build of a new chronology.
|
static <T extends ChronoEntity<T>> |
Chronology.lookup(Class<T> chronoType)
Returns a typed singleton per
ChronoEntity-class. |
Chronology<?> |
ChronoMerger.preparser()
This method defines a child chronology which can preparse
a chronological text.
|
Chronology<?> |
Chronology.preparser() |
| Modifier and Type | Method and Description |
|---|---|
Chronology<T> |
ChronoFormatter.getChronology()
Returns the associated chronology.
|
Chronology<T> |
ChronoFormatter.Builder.getChronology()
Returns the associated chronology.
|
| Modifier and Type | Method and Description |
|---|---|
static CalendarText |
CalendarText.getInstance(Chronology<?> chronology,
Locale locale)
Returns an instance of
CalendarText for given chronology
and language. |
Copyright © 2014. All rights reserved.