This class is a tool for merging any set of calendrical information into the most meaningful set of information. For example, separate year, month and day fields will be merged into a date. And if both date and time are present, then they will be merged into a date-time.
CalendricalMerger is mutable and not thread-safe. It must only be used from a single thread and must not be passed between threads. @author Michael Nascimento Santos @author Stephen Colebourne
|
|