| Package | Description |
|---|---|
| net.time4j.engine |
Defines the common generic schemes and interfaces of chronological
systems.
|
| Modifier and Type | Method and Description |
|---|---|
<V> TimeAxis.Builder<U,T> |
TimeAxis.Builder.appendElement(ChronoElement<V> element,
ElementRule<T,V> rule) |
<V> Chronology.Builder<T> |
Chronology.Builder.appendElement(ChronoElement<V> element,
ElementRule<T,V> rule)
Registers a new element together with its associated
element rule.
|
<V> CalendarFamily.Builder<T> |
CalendarFamily.Builder.appendElement(ChronoElement<V> element,
ElementRule<T,V> rule) |
<V> TimeAxis.Builder<U,T> |
TimeAxis.Builder.appendElement(ChronoElement<V> element,
ElementRule<T,V> rule,
U baseUnit)
Registers a new element with associated rule and a base
unit.
|
Copyright © 2014–2015. All rights reserved.