| Package | Description |
|---|---|
| net.time4j.engine |
Defines the common generic schemes and interfaces of chronological
systems.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChronoExtension> |
Chronology.getExtensions()
Returns all registered chronological extensions.
|
List<ChronoExtension> |
BridgeChronology.getExtensions() |
| Modifier and Type | Method and Description |
|---|---|
TimeAxis.Builder<U,T> |
TimeAxis.Builder.appendExtension(ChronoExtension extension) |
Chronology.Builder<T> |
Chronology.Builder.appendExtension(ChronoExtension extension)
Registers a state extension which can create models with their
own state separated from standard time value context.
|
CalendarFamily.Builder<T> |
CalendarFamily.Builder.appendExtension(ChronoExtension extension) |
Copyright © 2014–2017. All rights reserved.