Uses of Class
net.time4j.engine.Chronology.Builder
Package
Description
Defines the common generic schemes and interfaces of chronological
systems.
-
Uses of Chronology.Builder in net.time4j.engine
Modifier and TypeClassDescriptionstatic class
CalendarFamily.Builder<T extends CalendarVariant<T>>
Creates a builder for a new calendar family and will only be used during loading a class of a calendar variant in a static initializer.static class
TimeAxis.Builder<U,T extends TimePoint<U,T>>
Creates a builder for a new time axis respective chronology and will only be used during loading a class of typeTimePoint (T)
in a static initializer.Modifier and TypeMethodDescription<V> Chronology.Builder<T>
Chronology.Builder.appendElement(ChronoElement<V> element, ElementRule<T,V> rule)
Registers a new element together with its associated element rule.Chronology.Builder.appendExtension(ChronoExtension extension)
Registers a state extension which can create models with their own state separated from standard time value context.static <T extends ChronoEntity<T>>
Chronology.Builder<T>Chronology.Builder.setUp(Class<T> chronoType, ChronoMerger<T> chronoMerger)
Creates a builder for building a new chronological system.