| Package | Description |
|---|---|
| net.time4j.format |
Defines common interfaces for any format support of Time4J.
|
| net.time4j.format.expert |
This package contains the expert-level format- and parse engine of Time4J.
|
| net.time4j.format.platform |
Temporal formatters which access the platform specific resources.
|
| Modifier and Type | Method and Description |
|---|---|
T |
TemporalFormatter.parse(CharSequence text,
RawValues rawValues)
Interpretes given text as chronological entity and updates given raw values.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ChronoFormatter.parse(CharSequence text,
RawValues rawValues) |
| Modifier and Type | Method and Description |
|---|---|
T |
SimpleFormatter.parse(CharSequence text,
RawValues rawValues) |
Copyright © 2014–2021. All rights reserved.