| Package | Description |
|---|---|
| net.time4j.format.expert |
This package contains the expert-level format- and parse engine of Time4J.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChronoFormatter<T>
Represents a chronological format for the conversion between a
chronological text and the chronological value of type T.
|
class |
MultiFormatParser<T extends ChronoEntity<T>>
Serves for parsing of text input whose format is not yet known at compile time.
|
| Modifier and Type | Method and Description |
|---|---|
<V> ChronoFormatter.Builder<T> |
ChronoFormatter.Builder.addCustomized(ChronoElement<V> element,
ChronoPrinter<V> printer,
ChronoParser<V> parser)
Defines a customized format element for given chronological
element.
|
Copyright © 2014–2017. All rights reserved.