| Package | Description |
|---|---|
| net.time4j.format.expert |
This package contains the expert-level format- and parse engine of Time4J.
|
| Modifier and Type | Method and Description |
|---|---|
T |
MultiFormatParser.parse(CharSequence text,
ParseLog status)
Interpretes given text as chronological entity starting
at the specified position in parse log.
|
T |
ChronoFormatter.parse(CharSequence text,
ParseLog status)
Interpretes given text as chronological entity starting
at the specified position in parse log.
|
T |
MultiFormatParser.parse(CharSequence text,
ParseLog status,
AttributeQuery attributes) |
T |
ChronoParser.parse(CharSequence text,
ParseLog status,
AttributeQuery attributes)
Interpretes given text starting at the position defined in
parse-log.
|
T |
ChronoFormatter.parse(CharSequence text,
ParseLog status,
AttributeQuery attributes)
Interpretes given text as chronological entity starting
at the specified position in parse log.
|
Copyright © 2014–2016. All rights reserved.