org.threeten.bp.format.internal
Creates a new instance of the context.
Creates a new instance of the context.
the temporal object being output, not null
the formatter controlling the print, not null
Ends the printing of an optional segment of the input.
Gets the locale.
Gets the locale.
This locale is used to control localization in the print output except where localization is controlled by the symbols.
the locale, not null
Gets the formatting symbols.
Gets the formatting symbols.
The symbols control the localization of numeric output.
the formatting symbols, not null
Gets the temporal object being output.
Gets the temporal object being output.
the temporal object, not null
Gets the value of the specified field.
Gets the value of the specified field.
This will return the value for the specified field.
the field to find, not null
the value, null if not found and optional is true
DateTimeException
if the field is not available and the section is not optional
Gets a value using a query.
Gets a value using a query.
the query to use, not null
the result, null if not found and optional is true
DateTimeException
if the type is not available and the section is not optional
Sets the date-time being output.
Sets the date-time being output.
the date-time object, not null
Sets the locale.
Sets the locale.
This locale is used to control localization in the print output except where localization is controlled by the symbols.
the locale, not null
Starts the printing of an optional segment of the input.
Returns a string version of the context for debugging.
Returns a string version of the context for debugging.
a string representation of the context, not null
Context object used during date and time printing.
This class provides a single wrapper to items used in the print.
Specification for implementors
This class is a mutable context intended for use from a single thread. Usage of the class is thread-safe within standard printing as the framework creates a new instance of the class for each print and printing is single-threaded.