Package | Description |
---|---|
org.joda.time.format |
Provides printing and parsing support for instants and durations.
|
Modifier and Type | Method and Description |
---|---|
int |
DateTimeFormat.StyleFormatter.parseInto(DateTimeParserBucket bucket,
java.lang.CharSequence text,
int position) |
int |
InternalParserDateTimeParser.parseInto(DateTimeParserBucket bucket,
java.lang.CharSequence text,
int position) |
int |
InternalParser.parseInto(DateTimeParserBucket bucket,
java.lang.CharSequence text,
int position)
Parse an element from the given text, saving any fields into the given
DateTimeParserBucket.
|
int |
DateTimeParserInternalParser.parseInto(DateTimeParserBucket bucket,
java.lang.CharSequence text,
int position) |
int |
DateTimeFormatterBuilder.CharacterLiteral.parseInto(DateTimeParserBucket bucket,
java.lang.CharSequence text,
int position) |
int |
DateTimeFormatterBuilder.StringLiteral.parseInto(DateTimeParserBucket bucket,
java.lang.CharSequence text,
int position) |
int |
DateTimeFormatterBuilder.NumberFormatter.parseInto(DateTimeParserBucket bucket,
java.lang.CharSequence text,
int position) |
int |
DateTimeFormatterBuilder.FixedNumber.parseInto(DateTimeParserBucket bucket,
java.lang.CharSequence text,
int position) |
int |
DateTimeFormatterBuilder.TwoDigitYear.parseInto(DateTimeParserBucket bucket,
java.lang.CharSequence text,
int position) |
int |
DateTimeFormatterBuilder.TextField.parseInto(DateTimeParserBucket bucket,
java.lang.CharSequence text,
int position) |
int |
DateTimeFormatterBuilder.Fraction.parseInto(DateTimeParserBucket bucket,
java.lang.CharSequence text,
int position) |
int |
DateTimeFormatterBuilder.TimeZoneOffset.parseInto(DateTimeParserBucket bucket,
java.lang.CharSequence text,
int position) |
int |
DateTimeFormatterBuilder.TimeZoneName.parseInto(DateTimeParserBucket bucket,
java.lang.CharSequence text,
int position) |
int |
DateTimeFormatterBuilder.TimeZoneId.parseInto(DateTimeParserBucket bucket,
java.lang.CharSequence text,
int position) |
int |
DateTimeFormatterBuilder.Composite.parseInto(DateTimeParserBucket bucket,
java.lang.CharSequence text,
int position) |
int |
DateTimeFormatterBuilder.MatchingParser.parseInto(DateTimeParserBucket bucket,
java.lang.CharSequence text,
int position) |
int |
InternalParserDateTimeParser.parseInto(DateTimeParserBucket bucket,
java.lang.String text,
int position) |
int |
DateTimeParser.parseInto(DateTimeParserBucket bucket,
java.lang.String text,
int position)
Parse an element from the given text, saving any fields into the given
DateTimeParserBucket.
|
(package private) boolean |
DateTimeParserBucket.SavedState.restoreState(DateTimeParserBucket enclosing) |